Problems linking the inner page logos on mobile devices
Hi, I’m setting up a website with the Crater Free theme, I imported the free demo – 1 and doing tests with the mobile and the tablet it turns out that in the logos of the inner pages the link to home page doesn’t work. I have tried with the Demo of your page and it has the same fault. Could you give me a solution? Thank you
Replies (3)
-
November 8, 2019 at 6:29 am
Hi, I’m setting up a website with the Crater Free theme, I imported the free demo – 1 and doing tests with the mobile and the tablet it turns out that in the logos of the inner pages the link to home page doesn’t work. I have tried with the Demo of your page and it has the same fault. Could you give me a solution? Thank you
-
November 8, 2019 at 11:24 am
Hi Andrea,
Try the following CSS
@media (max-width: 767px){ .crater-menu-wrapper.style1 .logo, .crater-menu-wrapper.style2 .logo { position: relative; z-index: 10; } }
Copy and paste it in Appearance -> Customize -> Additional CSS
Let us know if this works for you
Best Regards
-
November 8, 2019 at 12:03 pm
Now it works perfect! Thank you so much.
-
November 8, 2019 at 4:12 pm
You are welcome 🙂