Site logo

Archived topic

Menu site-library 'Coach' to top

3 replies · Started by Sanne on October 16, 2021

Viewing posts 1–4 of 4

Hi,

I'm working on http://www.ontspannenkracht.nl. Frontpage is a little bit different than the other pages - menu-wise. I would like for the menu to go to the top as well, on the other pages, as on the frontpage. Is that somehow possible with css?

Thanks in advance!
Sanne

Hi there,

try adding this CSS:

.site-header .inside-header {
    align-items: flex-start;
}

Thanks David!!

You're welcome

This archived topic is closed to new replies.