• qlucantis

    (@qlucantis)


    Hi,

    My logo looks perfectly sized on desktop but is too big on mobile and the padding is too large (showing it in red on the picture)

    How could I go about reducing the logo size for mobile only and removing the bottom padding ?

    Screenshot : https://photos.app.goo.gl/xdXhgz4nZ4wnNZmU7

    Thanks,

    Quentin

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @qlucantis,

    Thanks for reaching us,

    Please try adding this CSS inside WordPress Dashboard > Appearances > Customize> Additional CSS and check it once.

    @media screen and (max-width: 600px){
        .custom-logo{
           max-width: 80%!important ;
        }
    }

    Let me know if this helps you or not and I will be back.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile logo too big’ is closed to new replies.