Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #58033
    cthl
    Participant
    Premium Member

    The logo is far too big on mobile. It’s fine on the desktop version.

    How do I make it smaller on desktop?

    Site:
    blog.superbubble.money

    The logo is the black shape in the middle
    https://prnt.sc/xc1x2l

    Thanks

    #58037
    vako
    Keymaster
    WP Royal Team

    Hi,

     

    Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:

    @media screen and (max-width: 750px) {
    .logo-img {
    max-width: 90px !important;
    }
    }

     

    Kind Regards

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