Site logo

[Resolved] Mobile Logo Issue

Home Forums Support [Resolved] Mobile Logo Issue

Home Forums Support Mobile Logo Issue

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1049987
    Danny

    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

    #1049990
    Leo
    Staff
    Customer Support

    Hi there,

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

    Let me know 🙂

    #1049995
    Danny

    I disabled

    #1050005
    Leo
    Staff
    Customer Support

    Still seeing it activated:
    https://www.screencast.com/t/MiIvdSGRKF

    Can you disable it from the plugins list?

    #1050023
    Danny

    i cleared the caches

    #1050027
    Leo
    Staff
    Customer Support

    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;
    }
    #1050100
    Danny

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

    #1050215
    Leo
    Staff
    Customer Support

    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.

    #1050591
    Danny

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

    #1050621
    Leo
    Staff
    Customer Support

    I thought CSS is the problem until you mentioned the caching plugin.

    Now I would recommend undoing the changes here:
    https://generatepress.com/forums/topic/mobile-logo-issue/#post-1050027

    Then test it without the caching plugin and see if the issue is resolved.

    If so then please check with the plugin support.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.