Jump to content

Logo Sizing on Mobile Landscape Orientation

Go to solution Solved by Beyondspace,

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
  • Solution
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

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

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.