Homepage widget margin

Support Area Forums Kerygma Homepage widget margin

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.websterbaptist.net/
  • Author
    Posts
  • #29914
    gmlongjr
    Participant

    Hey Bill,

    Thanks for your great themes and support!

    I am having trouble finding a solution to this problem:

    I’d like to change the height of the home widget areas, especially #home-three. The text in the enhancedtextwidget-3 should fill up the space, but to do so, I need to crop the top of the homepage widget section 3.

    #29915
    Bill Robbins
    Moderator

    Hello Gary,

    The height of the home page sections is a combination of the height of the widget’s content and some padding that’s applied to the top and bottom of the widgets.

    For the home-thee, you can remove the top padding this way:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #home-three.home-widgets {
      	padding-top: 0;
      }
      
    3. Update your settings.

    The home boxes take out the bottom padding via a negative bottom margin so we don’t actually want to remove the bottom padding on a section that has those present. For home-four it would be like this:

    
    #home-four.home-widgets {
    	padding: 0;
    }
    

    See if that doesn’t get you pointed in the direction you’d like to go. Let me know if you have any trouble.

    Have a great week,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Homepage widget margin’ is closed to new replies.