Site logo

Archived topic

Custom header

10 replies · Started by Matthieu on July 1, 2021

Viewing posts 1–11 of 11

Hello, is it possible to get a header like this?

- On the left, the menu items (example about, gallery, blog)

- In the center the logo

- On the right, the icons of social networks

thank you so much

It's great thank you very much!

I wanted to add the fixed or sticky menu, but the size of the logo changes on the scroll, is it possible to have exactly the same ?

Thanks 😃

Hi Matthieu,

Can you link us to the site in question? To check things for the required CSS writeup to keep the size the same.

You can use the private information text field to provide the details.

Hello, thank you for your answer

Hi Matthieu,

Can you upload a logo to sticky navigation, so we can help with the CSS solution?

If you don't need any transition, then you can also try this CSS:

header#masthead {
    position: sticky;
    top: 0;
}

Let me know :)

It's good the logo is added in customize> Fixed menu

(Besides the logo does not appear on the mobile version when scrolling down, how to add it?)

Thanks

Hello I added the following css code:

header # masthead {
position: sticky;
top: 0;
}

That's perfect, thank you very much !

Great! You are welcome :)

If the CSS is working fine, you can deactivate the sticky navigation for better performance.

Perfect ! Thank you so much !

No problem :)

This archived topic is closed to new replies.