Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #114115
    Sueaki Takabatake
    Participant

    I find that the logo I have used on my website becomes so small that you cannot see it properly when viewed on mobile phone sized screen.

    Is there a way to make sure that it remains the same size as it is when viewed in a large browser window like on a computer screen?

    Thanks!

    #114123
    wensolutions
    Keymaster

    Hello,

    Actually, logo size vary with different screen size of the device. The logo size will be different in computer screen and mobile device.

    Also, if you want logo size to be appeared large in mobile device, you can add following given custom CSS in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    @media only screen and (max-width: 767px){
     .custom-logo-link{
       max-width: 300px;
     } 
    }

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    #114127
    Sueaki Takabatake
    Participant

    That’s great. Thanks!

    #114164
    wensolutions
    Keymaster

    Hello @glycotechnica_wp,

    Glad we could help you.

    If you have any issues further then please let us know.

    Thank you.

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