Why my logo in the header is not clickable?

Hi there,

I would like to use my logo in the header/navbar as a home button, but it doesn’t seem to be clickable…
Could you please tell me how to assign a link to my homepage to my logo ?
Thanks

Hi There,

Thanks for writing in!

Logo should link to home page by default! And I can see your logo is clickable and the link going to home page.
I checked the site from your license section, but I am not sure if you are talking about any other site.

Let us know!

Thanks

Thanks for answering !

That was the right site, but for now I had to cheat a little : I put my logo in the navbar in place of the “home” icon… But that lead me to reduce the font of the other items…

So the logo is supposed to link to my homepage by default ? Well, I guess I have a bug, then…

By the way, the logo indeed links to my homepage when stacked, but not inline…

Hi There,

Please provide us with your website URL so we can take a closer look.

Thanks.

My website : https://www.mardiprod.fr

Thanks

Hi There,

Thanks for writing in! Could you please try adding the following CSS rule and see if that helps.

.x-brand.img {
    width: 100%;
    z-index: 1099;
}

If not, try removing your custom CSS rules and test.

Thanks!

Well, I finally found out what the problem was : when choosing the center position for the menu, the menu did mask the logo, which you could still see in transparency through the menu, but not click on it…

Thanks anyway for your attention, time and collaboration !

Cheers

Glad you were able to figure it out :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.