Site logo

Archived topic

Seem to have this chunk of space between widget & menu in header - example 8

3 replies · Started by Sarah on March 11, 2021

Viewing posts 1–4 of 4

OK so try trying to replicate this example https://docs.generatepress.com/article/header-examples/#example-8 but instead of search bar widget I want a normal widget with social media in - but for some reason I am left with this chunk of space between widget and menu? (PC only mobile to come after!)

Cannot seem to work out where that is coming from - link in details below

thanks!

Hi Sarah,

That space is from the logo height, since the header widget and logo are in the same row and trying to align with each other.
https://www.screencast.com/t/SkpmeB1PstyS

You could give this CSS a try, feel free to adjust the number.

.primary-navigation-wrapper {
    margin-top: -50px;
}

Perfect thank you very much that sorted it (sorry for delay in replying!)

No problem :)

Glad it works!

This archived topic is closed to new replies.