Site logo

Archived topic

Navigation on mobile device

6 replies · Started by Caroline on October 15, 2020

Viewing posts 1–7 of 7

Hi.
My navigation on mobile device shows two cart symbol and the line looks weird. Can you see whats causing this?

Hi there,

The cart icon issue is super weird.

Any chance you can disable all plugins except WooCommerce and GP Premium for me to take a look?

Thanks :)

I'm sorry but I can't turn them all off because I need some of them to get my page function

I turned of a snippet and now it only shows the cart icon once. But the menu height still dosent look as it should

Hi there,

in Customizer > Layout > Primary Navigation - Menu Item Height - switch to Mobile and set this to 60px.

Then add this CSS to correct the background image:

@media(max-width: 768px) {
    .main-navigation {
        background-size: auto 60px;
    }
} 

Sorry for the late reply. I figure out that 60px looks totally wrong but 40 was fine :-)

Glad to hear that

This archived topic is closed to new replies.