Empty space between sidebar widgets and footer widgets

  • Anonymous

    #10644

    Hello,

    I’m looking for a way to remove some empty space that exists between my sidebar widgets and my footer widgets.

    To the top of the empty space, I have a left sidebar widget, some content, and a right sidebar widget.

    — Then there’s the empty space —

    To the bottom of the empty space, I have 3 footer widgets, all lined up neatly, horizontally.

    Here’s a link where you can see this issue in progress. It’s too much space in between.

    I searched Support for footer widgets, but I didn’t encounter any posts that seemed to pertain.

    Thanks in advance to anyone who can help me shrink that unused space!

    Anonymous

    #46556

    Resolved.

    My CSS skills are weak, so it took me some time to figure it out:

    div#sidebar1.sidebar.grid_4, div#sidebar2.sidebar.grid_4 {
    padding-bottom: 1px;
    }

    The padding-bottom was set a little high, at like 15px or something. All better now!

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.