• Resolved lynwoodt

    (@lynwoodt)


    Tried researching the forums but haven’t found an answer to my problem. I would like to remove the white space between the menu and the page titles.

    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • RK a11n

    (@riaanknoetze)

    Hi there,

    The most intuitive way to tweak the white-space powered by the Storefront header section is through https://woocommerce.com/products/storefront-powerpack/.

    With that said, you could also do the following:

    • Add a negative margin to the Elementor page builder plugin for the main page content area;
    • Add the following custom CSS to your WordPress options under **Appearance > Customize > Additional CSS**:
    
    .site-header {
        margin-bottom: 0 !important;
    }
    
    Thread Starter lynwoodt

    (@lynwoodt)

    I used the CSS code you suggested. thanks RK.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘removing white space betwee menu and page titles’ is closed to new replies.