• If you notice the widgets on the left-hand side, you’ll see that the white area that separates each widget is not lining up properly.

    What would be causing this, and how can I go about getting it fixed?

    Thank you. Love the theme!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    Your images in the widgets are floating, which takes them out of the flow of the element.

    If there’s a setting in the widget not to float them, I would do that.

    If not, you can add this CSS:

    .cat-post-thumbnail {
        float: none !important;
    }

    Hope this helps!

    Thread Starter mikeadamski26

    (@madamski)

    Yes it did, Tom–thanks!

    My other question now is how do I get the category heading name to be a bit closer to the image and title beneath it? As it is now, it’s hard to tell which area the title is linking to as it almost appears to be connected to the content ABOVE it.

    Theme Author Tom

    (@edge22)

    This should do it:

    .widget-title {
        margin-bottom: 5px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Widget Area (shading) not Lining Up’ is closed to new replies.