• Resolved vintageontap86

    (@vintageontap86)


    Hey!

    Trying to figure out how to remove the big gap between my logo and my featured post:

    https://vintageontap.com

    When I go into the customize page, I can move the logo up and down the page, but the padding below the logo and above the first post doesn’t change, even when I set the Below logo/site title (px) to 0. Tried switching it to a negative number and it stays put.

    Is there any specific CSS coding I should use on the child theme to reduce that gap?

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

    (@bensibley)

    Thanks for using Chosen! I’m sorry the spacing feature isn’t applying correctly.

    Please add the following CSS instead to remove the spacing below the logo:

    .title-container {
      margin-bottom: 0 !important;
    }

    That should remove most of the space.

    Additionally, it looks like there is an empty text widget currently included in the Before Main Content widget area. This is causing the widget area to add its margins as well. If you remove that widget the space below the logo will be further reduced.

    Thread Starter vintageontap86

    (@vintageontap86)

    Awesome- just put in the custom CSS and took out the widget and it looks great.

    Thank you!

    Theme Author Ben Sibley

    (@bensibley)

    No problem, I’m happy to help ??

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