Tom Brown
asked 10 years ago

Hi, 
Great theme! just having some teething issues. I’ve removed the side bar however the width of the post isn’t adjusting -> http://madsets.com/tomorrowland-2014-gallery/
I’ve removed <?php get_sidebar(); ?> from single.php but I assume there is something else I need to do? Probably some CSS, but I just can’t work it out. 
Thanks for your help!
– Tom

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, you can add the following code to the style.css file:

.single-detail .main-content.span8, .single-page .main-content.span8 { width: 100%; }

Hope this helps !

Tom Brown
replied 10 years ago

Perfect! Thanks Dominic.

Powered by DW Question & Answer Pro