Thread Starter
gnewby
(@gnewby)
I am on version 1.17 by the way.
Hi,
We just got to know that the sidebar option does not work with older version of IE. So please try some other browser for now. We will come up with the fix in our update release.
Thread Starter
gnewby
(@gnewby)
Thanks, was able to use Chrome to edit this value and it works!
This was the last hold out stopping me from using the theme, keep up the good work.
Can you answer a question for me regarding the sidebar removal?
If you remove the sidebars, is the page/post a fixed maximum width in pixels or is it 100% or something else? Can this be controlled in custom css and if so can you let me know the css entry?
Thanks, Glenn
The full width sidebar layout takes the width of the container without sidebar. Check the demo here http://demo.hashthemes.com/square/no-sidebar/
You can control the width of the container with the CSS
.sq_no_sidebar #primary{width:80%; margin:0 auto;}
Change 80% to your desired.