Site logo

Archived topic

Fixed menu

7 replies ยท Started by Matthieu on August 17, 2021

Viewing posts 1โ€“8 of 8

Hello ! ๐Ÿ‘‹๐Ÿป The site title does not go down with the menu bar when using the "fixed menu"

Can we solve this problem?

Another thing, is it possible to have the same menu on mobile and not the hamburger version?

Thank you ! ๐Ÿ˜ƒ

Ah that's perfect, thank you!

A solution to remove the hamburger on mobile but show the 2 icons of social networks? (As on the computer version)

Thanks ! ๐Ÿ˜ƒ

Thanks for your reply !

Effectively this remove the hamburger but I do not get the desired effect ...

Try this CSS:

@media (max-width: 768px) {
    .site-header .inside-header {
        flex-direction: row;
    }
}

It's perfect ! Thanks ๐Ÿ˜ƒ

No problem :)

This archived topic is closed to new replies.