• Hi can someone please help me, I need to move the title up on every page so that its right under the menu. I’ve tried everything and I still can’t get it. Thank you

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, you’re using Storefront ( https://wordpress.org/themes/storefront/ ) and not TwentyNineteen but with that said, the following CSS in Appearance->Customize->Additional CSS should reduce the space

    .storefront-breadcrumb {
      margin-bottom: 0px;
      padding-bottom: 0px;
    }
    Thread Starter softgoldbutter

    (@softgoldbutter)

    Thanks it helped a little, but there is still a gap. Do you know how I can make the top menu one line? because if I can move “contacts” up then I think that will eliminate the rest of the space at the top of the page.

    You’d have to make the menu font size smaller, which you can do with the following

    .primary-navigation li a {
      font-size: 14px;
    }
    Thread Starter softgoldbutter

    (@softgoldbutter)

    Awesome thank you sooo much it worked!!! One last thing, how do I remove the space at the bottom of the page between where says “softgoldbutter 2020” and the end of the page?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove space between header and content’ is closed to new replies.