Jump to content

Changing logo size on mobile - 7.0 Wells

Recommended Posts

46 minutes ago, joe7654321 said:

Site URL: https://joewhyte.com.au

Hi, I'm looking to change my logo size on mobile. I'm on 7.0, Wells. Currently it looks good on desktop, but the logo is tiny on mobile, and I haven't been able to find any Custom CSS online which works.

Thanks in advance!

add below code into CSS editor. and adjust the width according to your needs,
@media (max-width: 800px) {
    .logo {
        a img {
            width: 200px !important;
        }
    }
}

Edited by Agha_Waqas
Link to comment
16 minutes ago, Agha_Waqas said:

add below code into CSS editor. and adjust the width according to your needs,
@media (max-width: 800px) {
    .logo {
        a img {
            width: 200px !important;
        }
    }
}

success! Thank you for this!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.