ModernMediaCompany Posted December 10, 2020 Share Posted December 10, 2020 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) : This is the ideal size (photoshopped below) : 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! Beyondspace 1 Link to comment
Solution Beyondspace Posted December 10, 2020 Solution Share Posted December 10, 2020 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) : This is the ideal size (photoshopped below) : 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; } } 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 pluginIf 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment