How to Reduce the width of pages, entire pages
Permalink
Like I said I am new to C5. I made a site for a client using the Elemental Theme. This guy comes around and says he doesn't need a full page now. I should make it to about 70% of the screen.
Is that not going to affect the data on the pages?
Which css file should I edit to achieve this?
Thanks
Is that not going to affect the data on the pages?
Which css file should I edit to achieve this?
Thanks
Can you show me the path?
Thanks
Thanks
This code would be changed in your page types. /application/themes/yourtheme/yourpagetype.php
I am using the Default elemental theme. I couldn't find it at that location. The folder is empty.
application>theme>empty
application>theme>empty
Then it would be located in /concrete/themes/elemental/yourpagetype.php
You can find what page type your using by going into the page properties and clicking Design.
You can find what page type your using by going into the page properties and clicking Design.
If I understand correctly, you can change your container divs from:
change to:
This will change your layout from full width to 1170px.
Hope that helps