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

 
Kurtopsy replied on at Permalink Reply
Kurtopsy
Hi bookerzm,

If I understand correctly, you can change your container divs from:
<div class="container-fluid"></div>

change to:
<div class="container"></div>

This will change your layout from full width to 1170px.

Hope that helps
bookerzm replied on at Permalink Reply
Can you show me the path?

Thanks
Kurtopsy replied on at Permalink Reply
Kurtopsy
This code would be changed in your page types. /application/themes/yourtheme/yourpagetype.php
bookerzm replied on at Permalink Reply
I am using the Default elemental theme. I couldn't find it at that location. The folder is empty.
application>theme>empty
Kurtopsy replied on at Permalink Reply
Kurtopsy
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.
bookerzm replied on at Permalink Reply
I am using the full page. At location you specified, this is what I found there:
<?php
defined('C5_EXECUTE') or die("Access Denied.");
$this->inc('default.php');