Apostrophe2 – How to increase size of main column width?
-
I’m using the Apostrophe 2 theme.
I am trying to figure our how to use CSS help to expand the center content width.
I followed instructions here: https://wordpress.com/forums/topic/apostrophe-theme-how-to-expand-center-content-width/
This CSS changes the entire page width, not the width of the center content. page {
max-width: 1540px;
}
How do I adjust the main column width to more than 723px?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, first of all, thank you for searching the forums first! :)
Are you already using the full-width template on that page? Doing so will change the page width to 1140 pixels and eliminate the sidebar.
-
Also, this page from the demo site has information on working with this theme https://apostrophe2demo.wordpress.com/how-to-use-this-theme/
-
Thank you so much!!!
I actually had the template on each page set as full-width, but it was still displaying as only 720px.
But then you mentioned the sidebar.
I did not have any sidebar widgets defined, so it didn’t make sense that the pages weren’t displaying as full width.
So I defined a sidebar widget and changed the visibility to hidden on all pages.
And voila! Each page now display full-width!
Some things are just not obvious! -
I’m glad you worked it out, but honestly that just sounds odd!
Let us know if you need help with anything else. :)