Okay
  Public Ticket #2501899
logo and menu
Closed

Comments

  •  16
    wheelsacrossmorocco started the conversation

    Hi, uploading a PNG the site home page, the menu gets pushed down, thanks

  •  16
    wheelsacrossmorocco replied

    Hi, an update on this, it's actually keeping the site brand text for all pages except the front page where we will have the logo. Uploading the logo to front page only doesn't allow controlling logo width on the mobile version.

  •  1,558
    Laborator replied

    Hi there,

    I could not understand your question but if you want to change the size of the logo for the homepage only then add this CSS to the Custom CSS of your homepage:

    @media screen and (max-width: 768px) {
        .logo-image {
            width: 40px;
            height: 40px;
        }
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  16
    wheelsacrossmorocco replied

    Hi, keep the desktop homepage logo as is, but make the mobile version smaller. 

  •  1,558
    Laborator replied

    Then use the code which I provided in my previous reply.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  16
    wheelsacrossmorocco replied

    Thanks, worked a treat.