MikkelYo 1 Posted December 3 Hi, I have a problem with my site logo, when I turn to mobile view it gets very small. Is there a way to make the change of logo size from desktop to mobile less drastic??I I´m in the fulton template, Best Mikkel Share this post Link to post
tuanphan 6,144 Posted December 4 @MikkelYo Can you share link to your site? 1 MikkelYo reacted to this Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
MikkelYo 1 Posted December 4 Hi tuznphan, yes it is www.sjovmedmusmatik.dk Share this post Link to post
tuanphan 6,144 Posted December 4 Just now, MikkelYo said: Hi tuznphan, yes it is www.sjovmedmusmatik.dk add to Home > Design > Custom CSS @media screen and (max-width:640px) { #logoImage img { width: 150px !important; height: auto !important; max-height: unset !important; } } 1 MikkelYo reacted to this Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
MikkelYo 1 Posted December 4 Wauw, thanks a lot. On the iPad/template view it is still small, is it possible to code that as well? Share this post Link to post
tuanphan 6,144 Posted December 4 12 minutes ago, MikkelYo said: Wauw, thanks a lot. On the iPad/template view it is still small, is it possible to code that as well? /* this code for mobile */ @media screen and (max-width:640px) { #logoImage img { width: 150px !important; height: auto !important; max-height: unset !important; } } /* this code for Tablet */ @media screen and (max-width:900px) and (min-width:641px) { #logoImage img { width: 500px !important; height: auto !important; max-height: unset !important; } } 1 MikkelYo reacted to this Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
MikkelYo 1 Posted December 4 Thank you very much😊👍🏾 1 tuanphan reacted to this Share this post Link to post