[Resolved] Reduce Spacing

Home Forums Support [Resolved] Reduce Spacing

Home Forums Support Reduce Spacing

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #430348
    Tom
    Lead Developer
    Lead Developer

    You can reduce the spacing between widgets like this:

    .widget {
        margin: 0 0 30px;
    }

    Adjust the 30px to whatever you like.

    As for making it inline with your featured image – that really depends on the height of your title/post meta area.

    @media (min-width: 769px) {
        .inside-right-sidebar {
            padding-top: 28px;
        }
    }
    #430648
    Sebastián

    Excellent Tom!

    Thank you!

    #430783
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.