"Home bottom" widget

Support Area Forums Foundation "Home bottom" widget

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #6173
    Sharon Vaingast
    Participant

    Hi Bill,
    How can I remove unnecessary spaces in the home-bottom widget?
    http://www.womenofthewall.org.il

    Thanks,
    Sharon

    #6177
    Bill Robbins
    Moderator

    Sharon,

    The easiest way to get those to line up is to set a height for the widgets down there. To do that, add this code to the “Custom CSS” box in the styling tab of the theme options page:

    
    #home-widgets .widget {
    	height: 270px;
    }
    

    That will keep the height consistent amongst the widgets which will cause them to line up properly. If you end up needing more height for content at some point, you can increase the 270 above to a larger number to accomodate the new content.

    If you need any help, just let me know,
    Bill

    #6197
    Sharon Vaingast
    Participant

    Great! Thanks!
    Looks beautiful!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘"Home bottom" widget’ is closed to new replies.