MikkelYo Posted December 3, 2019 Posted December 3, 2019 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
tuanphan Posted December 4, 2019 Posted December 4, 2019 @MikkelYo Can you share link to your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
MikkelYo Posted December 4, 2019 Author Posted December 4, 2019 Hi tuznphan, yes it is www.sjovmedmusmatik.dk
tuanphan Posted December 4, 2019 Posted December 4, 2019 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; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
MikkelYo Posted December 4, 2019 Author Posted December 4, 2019 Wauw, thanks a lot. On the iPad/template view it is still small, is it possible to code that as well?
tuanphan Posted December 4, 2019 Posted December 4, 2019 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; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.