This topic has 11 replies, 4 voices, and was last updated 10 years, 6 months ago ago by Eva Kemp
Hello. I’m looking to change the size of the boxed layout width to look like http://www.freemans.com/ for example. My site isn’t live yet, I’m currently editing it on a localhost server so I’m unable to provide a link to my site. I think the default is 1230px but I’m looking to bring it to 960px.
Thanks,
Larry
Hello,
Try to use this code in custom.css file:
.boxed .page-wrapper {width: 960px;}
Here you can watch how to create custom.css.
Regards,
Eva Kemp.
Hi Eva, thanks for the reply. Unfortunately it hasn’t made a difference. I created the custom.css and tried a few things earlier. I’ve cleared anything I wrote and tried your code but it’s still the same.
Hello,
Have you enabled custom.css in Theme Options > Custom CSS > On?
Sorry but it’s difficult to resolve your issue not looking at the site.
Regards,
Eva Kemp.
I understand. Yes its enabled.
Hello,
Did you also rename default.custom.css to custom.css?
Regards,
Jack Richardson
Hi Jack,
Yes, it was changed to custom.css. After the code didn’t work I added .container to it to make it
.boxed .page-wrapper .container {width: 960px;}
It pulled most of the contect into 960px but I cant seem to pull the border in. I’ll try attach pics to show:
Hello,
Please try to use this code:
.boxed .page-wrapper, .container {width: 960px !important;}
Regards,
Eva Kemp.
Hello,
Remove changes from custom.css.
Go to Theme Options > Responsive > set 1600 for example instead of default 1200px. And page wrapper width will be 980px for screens less than 1600px. Set more then 1600 if you want 980px width even on large screens.
Regards,
Olga Barlow
Thank you all for you help. This has solved the issue
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Boxed layout width’' has been successfully resolved, and the topic is now closed for further responses