• jesseshaw26

    (@jesseshaw26)


    Hi,

    I am having troubles with the margin on Storefront site. First of all my issue was the header indicating home but I resolved this with the Storefront Title Toggle plugin.

    I can’t seem to close the gap between the slider and the HEADER/MENU

    I have gone through all the posts and used multiple codes in CSS but none of which are working.

    Does anyone know how to close the gap between the header and page content?

    Many thanks for you assistance

Viewing 3 replies - 1 through 3 (of 3 total)
  • James Koster

    (@jameskoster)

    Hi,

    You can use the .site-header class to adjust the header margin. Try something like:

    .site-header {
    margin-bottom: 0;
    }

    Thanks

    I was just trying to add some space below the header …
    This was very timely and helpful, thanks!

    James Koster

    (@jameskoster)

    No problem. Remember to add these changes to a child theme / custom css plugin!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Homepage Header Margin’ is closed to new replies.