• Resolved Amy

    (@ontherye)


    Hi again. Since the recent update, I am no longer able to add spacing between the Meta Slider (at top of website) and the post/sidebar container.

    Also, I would like to align my subscription widget to be in line with the post title. As of right now, it’s sitting higher than the post title. Thanks a million! ??

    Here’s my site: https://www.theblushingpink.com

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

    (@bensibley)

    Hello,

    Sorry about that, this CSS should add a good amount of space below the slider:

    .metaslider {
      margin-bottom: 84px !important;
    }

    For the sidebar and post title alignment, modify the margin CSS for the post header like this:

    .post-header {
      margin: 0 0 2em 0;
    }

    What’s happening is that the top margin is creating space above the first post which is creating the misalignment with the top of the sidebar.

    Thread Starter Amy

    (@ontherye)

    Worked beautifully! Thanks for your help ??

    Theme Author Ben Sibley

    (@bensibley)

    Sure thing ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Spacing’ is closed to new replies.