Jump to content

Change size of - site logo on mobile - in Fulton template?

Recommended Posts

  • Replies 6
  • Views 1k
  • Created
  • Last Reply
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!)

Link to comment
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!)

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.