Site logo

Archived topic

Mobile Logo Issue

9 replies · Started by Danny on October 31, 2019

Viewing posts 1–10 of 10

Hi, my mobile logo looks fine on the initial load on mobile. When I click it, it shifts to the left on the next load.

Mobile Logo Centered

Mobile Logo Not-Centered

Hi there,

Can you clear then disable Autopimize so I can see the source of the code better?

Let me know :)

I disabled

i cleared the caches

Can you try removing this CSS:

#mobile-header .site-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

And edit this:

#mobile-header .menu-toggle {
    order: -1 !important;
}

to this:

#mobile-header .menu-toggle {
    position: absolute;
    left: 0;
}

Once I re-enable the cache plugins, the logo shift still happens. It actually shifts more to the left now. Cache plugins are enabled.

Hmm then you would need to check with the caching plugin support.

Might be good to use the original CSS if it's not the problem then.

The CSS you gave me did shift the logo more to the left if this helps. Anything else we can try?

This archived topic is closed to new replies.