End of Support for Joomla 3 - Forum closed
container width mainpage not changing
- dieverbindung
- Offline Topic Author
- Fresh Boarder
- Posts: 15
- Thank you received: 0
container width mainpage not changing was created by dieverbindung
Posted 5 years 7 months ago #23550
Hi there,
I am trying since hours to change the ratio width between the left and right main container.
As soon as I change the styles id="jp-left" in my browser manually it works fine.
When I change the width within the css code, it has no effekt in the frontend it is still 50%/50%
I was also looking within the template setup, remembered there was a lot of customizing, but also the sidebar changes had no effect.
looking for some help.
Almost similar issue in top-c region, here I have two columns and need to have a 100% width of the left container, so no content will overflow to the right one.
many thanks and best
Dave
I am trying since hours to change the ratio width between the left and right main container.
As soon as I change the styles id="jp-left" in my browser manually it works fine.
When I change the width within the css code, it has no effekt in the frontend it is still 50%/50%
I was also looking within the template setup, remembered there was a lot of customizing, but also the sidebar changes had no effect.
looking for some help.
Almost similar issue in top-c region, here I have two columns and need to have a 100% width of the left container, so no content will overflow to the right one.
many thanks and best
Dave
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic container width mainpage not changing
Posted 5 years 7 months ago #23568
Hello,
you have to add this code into your css/custom.css
How to customize a theme
www.joomlaplates.com/template-customizing
you have to add this code into your css/custom.css
#jp-left { width:30%}
#jp-right {width:70%}
How to customize a theme
www.joomlaplates.com/template-customizing
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates