I used a WP Page called 'Home' for the first page of the site I'm working on. It's currently hosted at http://itechmyself.com if you want to have a look. Underneath the Features items where the comments usually show there is a bunch of white space because I have comments turned off. How would I go about removing or minimizing that white space?
Thanks!
When I hide comments on a page I get a big empty space where they usually show.
Started by
ftcc
, Sep 01 2011 05:23 AM
4 replies to this topic
#1
Posted 01 September 2011 - 05:23 AM
#2
Posted 01 September 2011 - 05:15 PM
That seems to be a default applying to comments or sidebars when deactivating them. A div remains holding the space. This is really a programming issue that I'm going to bump up to the developers.
#3
Posted 01 September 2011 - 11:03 PM
Thanks rangelone. I used the Inspect Element tools in Chrome to look at how the DIVs are set up and it seems to be space inside the bottom of the DIV that holds the feature items, rather than a DIV by itself - so I'm unsure how to go about reducing or removing it.
#4
Posted 01 September 2011 - 11:08 PM
Try in Custom Code -> Custom CSS:
Right now its the current min-height setting causing the whitespace.
.texture{min-height :350px;}
Right now its the current min-height setting causing the whitespace.
#5
Posted 28 September 2011 - 05:29 AM
Thanks kastelic... this improved the issue and works as a solution for me. Thanks for your answer!










