Jump to content

Logo Sizing on Mobile Landscape Orientation

Recommended Posts

Site URL: https://www.modernmediacompany.com/

Hello Squarespace community! 

I'm pulling hairs trying to figure out why our logo is so enlarged when viewing in Landscape Orientation on Mobile. I'm not seeing any options built in to adjust this, and after looking through the forum haven't been able to find the correct css to help with the issue.

This is the current size in mobile landscape (see top left) :

Screenshot_20201209-201212_2.thumb.jpg.6d21be2d407890db1b34814fb5299213.jpg

This is the ideal size (photoshopped below) :

Screenshot_202012092_00000.thumb.jpg.64f1824ecc18408a3d16652f42ea82ad.jpg

Would appreciate any pointers or tips on how to change the size in this view.

Also it looks like Hayden is the theme the site was originally built from, if that helps.

Thanks!

Link to comment
  • Replies 1
  • Views 722
  • Created
  • Last Reply
1 hour ago, ModernMediaCompany said:

Site URL: https://www.modernmediacompany.com/

Hello Squarespace community! 

I'm pulling hairs trying to figure out why our logo is so enlarged when viewing in Landscape Orientation on Mobile. I'm not seeing any options built in to adjust this, and after looking through the forum haven't been able to find the correct css to help with the issue.

This is the current size in mobile landscape (see top left) :

Screenshot_20201209-201212_2.thumb.jpg.6d21be2d407890db1b34814fb5299213.jpg

This is the ideal size (photoshopped below) :

Screenshot_202012092_00000.thumb.jpg.64f1824ecc18408a3d16652f42ea82ad.jpg

Would appreciate any pointers or tips on how to change the size in this view.

Also it looks like Hayden is the theme the site was originally built from, if that helps.

Thanks!

The template set the logo size ~200px on 640px breakpoint, we can fix it by

@media only screen and (min-width: 641px) {
      #header #logoWrapper, #header #logoImage {
        width: 185px;
    }  
}
@media only screen and (min-width: 1192px) {
      #header #logoWrapper, #header #logoImage {
        width: 285px;
    }  
}

image.png.973b0a3a36a8cf586bce763352a1646a.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.