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

Okay
  Public Ticket #2554505
Logo Size
Closed

Comments

  • ROSENA USMANI started the conversation

    Hello, I notice that the logo doesn't readjust size depending on the device. So, it looks silly small on a desktop and silly big on a moble. Can this be changed.

  •  228
    Milingona replied

    Hello,

    We managed to fix that by adding the following code at Bakery > Custom Code > Custom CSS:

    /* Logo */
    @media (max-width: 768px) {
        .vu_main-menu-container .vu_logo-container img {
            max-width: 80px;
        }
    }
    @media (max-width: 480px) {
        .vu_main-menu-container .vu_logo-container img {
            max-width: 60px !important;
        }
    }

    Kind regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter