• Hi guys –

    New to WordPress, but not new to HTML/CSS. Have worked with static pages for a few years and am finally making the leap to WordPress.

    Working on my personal site, https://christianheilman.com — If you’ll notice, I have three widgets on the bottom. The first two have extra padding on the top and bottom. The third doesn’t and looks great.

    I tried to create CSS to remove the padding, but I couldn’t narrow it. What am I missing? How do I make the padding on “Journalism” and “Techie” similar to “Home Widget 3”?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Try this:

    .home .widget-wrapper {
        min-height: 250px;
    }

    increase/decrease to fit ??

    Emil

    Thread Starter cgheilman

    (@cgheilman)

    Hey!

    Thanks — that seems like a workaround. It doesn’t fix the original padding issue, but I think it will work for now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Responsive] Uneven Padding’ is closed to new replies.