[Support request] Logo small on mobile view

Home Forums Support [Support request] Logo small on mobile view

Home Forums Support Logo small on mobile view

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2299135
    johnzoro

    i can’t seem to change the size of the logo on my website when it’s on mobile view?

    I would like to make it bigger as it’s very small

    #2299256
    Fernando
    Customer Support

    Hi Johnzoro,

    You have this code in Customize > Additional CSS:

    @media (max-width: 768px) {
        .site-header .site-logo:not(.sticky-logo) {
            margin-left: 20px;
            margin-bottom: 10px;
        }
        .site-logo:not(.sticky-logo) img {
            max-width: 100px;
        }
    }

    The max-width: 100px rule is limiting the size of the logo.

    Try increasing its value.

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