Jump to content

Footer Image size

Recommended Posts

  • Replies 6
  • Views 2.8k
  • Created
  • Last Reply
20 hours ago, PJ22 said:

Yes, making that image smaller on mobile

Add to Home > Design > Custom CSS

@media screen and (max-width:640px) {
div#footerBlocksBottom .span-12 .span-7 {
    width: 50% !important;
    margin: 0 auto;
}
}

 

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
  • 9 months later...
On 3/1/2021 at 11:23 PM, CHARLIE_L said:

Hi @tuanphan

I have tried this code for my site (www.charlottelinton.com) where I had the same issue on a mobile - my rabbit logo becomes huge! Any ideas why this same code doesn't work?  

Thanks!

Add to Design > Custom CSS

/* resize footer rabbit */
@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1612356315209_36137 {
    width: 30%;
}
}

 

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.