Jump to content
Sign in to follow this  
toheselue

Reduce Global Content Width

Recommended Posts

toheselue

Is there a possibility to reduced Global Content Width to 400 pxl? I tried it, but it stops at 800 pxl. Thank you for your answers

Share this post


Link to post
Share on other sites
cmunns

Depends on the design framework you use, but you would have to apply css manually Maybe starting here, depending? ` .fixed_width #page, .fixed_width #footer, .canvas #page-canvas { width: 960px; } ` Live link?

Share this post


Link to post
Share on other sites
toheselue

Hello Many thanks for your kind answers. I did change the ???width??? in the CSS to 600px and it did work, BUT as soon as I did some other changes on the template it was back to 800px. It seems that it is burned somewhere in the php file ?  The snippet from?  Adams looks interesting, but in what file do I have to look for ?  Grateful for an answer

Share this post


Link to post
Share on other sites
Kate

Try adding the !important declaration to the end of it. Something like this:

.fixed_width #page, .fixed_width #footer, .canvas #page-canvas {width: 960px !important;}

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×