Using Genesis with Child theme Magazine Pro.
Usually, when a page is created. I’m able to change the layout I want display (sidebar/content, content sidebar, Full width)
On the two pages DWQA has created, I can set the layouts as sidebar/content & content sidebar but when I select full screen, the sidebar is still shown.
I would like to have the option to NOT make Questions page 100% width. Also, I would still like to use my Full Width layout without the sidebar showing.
Please login or Register to submit your answer
replied 11 years ago
I was able to show the sidebar using:
.dwqa-container {width: 66.66%;float: left;background: #fff;}
Is this ok to do?