[Support request] Logo size in mobile (using navigation as header option)

Home Forums Support [Support request] Logo size in mobile (using navigation as header option)

Home Forums Support Logo size in mobile (using navigation as header option)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #845256
    Alan Gautham

    How to increase Logo size in mobile. Its very small now. Seems to having some padding around it. How to remove it? Using new navigation as header option GP1.8 ALPHA

    #845370
    David
    Staff
    Customer Support

    Hi there,

    you can do this to reduce ( or remove ) the padding:

    @media (max-width: 768px) {
        .navigation-branding img {
            padding: 4px !important;
        }
    }
    #845741
    Alan Gautham

    That worked as expected😊
    Thank u David for the css
    Have a nice day👍

    #845803
    David
    Staff
    Customer Support

    You’re welcome

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