Crater Theme Help Free theme

Problems linking the inner page logos on mobile devices

A Started by Andrea · November 8, 2019 at 6:29 am · 3 replies 1 voice Last reply 6 years, 7 months ago
A
Andrea Original poster Member
#1

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

ST
Spiracle Themes Original poster
#2

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

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Problems linking the inner page logos on mobile devices

By posting, your reply becomes public (unless marked private).