Home Forums Pro Themes Construction Base Pro Logo on mobile version

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #57283
    Sofie Siversen
    Participant

    Hi,

    I have a problem with the size of the logo on the mobile version. I have added extra CSS to change the size of the logo, but its still small on the mobile version – can that be changed? Hope you can help me.

    Best regards,
    Sofie Siversen

    #57288
    wensolutions
    Keymaster

    Hello @sofie-siversen,

    To make the width of the logo 100% in the mobile version use below given CSS in Additional CSS location .

    @media only screen and (max-width: 1023px){
    .custom-logo-link img {
        max-width: 100%;
    }
    }

    Hope this helps .

    Best Regards!!

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