Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #1890173
Mobile menu and logo
Closed

Comments

  • Allison Fenton started the conversation

    How do I adjust the size of the logo display and mobile menu bar in this theme. The logo is proportionally too large on mobile devices.

  •  104
    FlexiPress replied

    You can adjust that by pasting the code below into Smart Estate > Custom Code > Custom CSS:

    @media (max-width: 480px) {
    .vu_main-menu-container .vu_logo-container img {
        max-width: 80px !important;
    }
    }
    @media (max-width: 1000px) {
    .vu_main-menu-container .vu_logo-container {
        padding-top: 15px !important;
        padding-bottom: 5px !important;
    }
    }

    Best regards,


    FlexiPress Support

    Follow on     Envato     Facebook     Twitter

  • Allison Fenton replied

    Thank you this fixed this issue!

  •  104
    FlexiPress replied

    Glad to hear that!

    All the best,


    FlexiPress Support

    Follow on     Envato     Facebook     Twitter