• Resolved Lucas Wetten

    (@wettenfundamento)


    Hello, I’m using Alchem on my site and I’d like to remove the menu area ONLY on the mobile, as you can see on this attached screenshot (it’s the exact part marked in red), but keeping the desktop menu completely intact. Is that possible?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Lucas Wetten

    (@wettenfundamento)

    Problem has been solved.

    To solve it, you need to go to Appearance > Customize > Additional CSS and add the following:

    @media screen and (max-width: 600px) {
    	.main-header {
    		display: none !important;
    	}
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove menu area only on mobile’ is closed to new replies.