• Resolved ingeb1971

    (@ingeb1971)


    Hi ??

    Is there a way to make the footer widget section appear smaller in height?

    I have set all margins (top and bottom) to 0 but the section still eppears very high to me, with a lot of empty and unused space (especially in the bottom section).

    Or are there other settings I have missed that I can change to get the look I prefer?

    Greets,
    Ingeborg

Viewing 3 replies - 1 through 3 (of 3 total)
  • all in the css…. Link to site?

    Theme Author Out the Box

    (@outtheboxthemes)

    Hi @ingeb1971

    There appears to be an empty paragraph tag in the middle widget of the footer widgets on your site (Contact) which is adding some extra spacing to the bottom. I think this might be happening because you’ve got the “Automatically add paragraphs” setting checked on the SiteOrigin text widget which means any line breaks will be turned into paragraph tags. So just double check the text you’ve got in there doesn’t have any unnecessary line breaks in it.

    You can also reduce the height of this area by tweaking the padding using the following CSS:

    .site-footer-widgets {
    	padding-top: 50px;
    	padding-bottom: 15px;
    }
    • This reply was modified 8 years, 5 months ago by Out the Box.
    Thread Starter ingeb1971

    (@ingeb1971)

    Thanks!

    Now that I have used an extra row with the social media links and leveringsvoorwaarden/disclaimer the footer widget section looks like I want it to. So I am very very happy ??

    BTW I tried your code after the adjustments mentioned above, however the code does not appear to be changing anything. Not that I need it anymore, but you might like to know ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjust height footer widget section’ is closed to new replies.