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
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 !
Perfect! Thanks Dominic.
Please login or Register to submit your answer