Jump to content

Mobile Footer Spacing

Recommended Posts

Site URL: https://www.thebellwetherhotel.com/

Hi there, 

I have a logo in the center of my footer. On mobile, it was way too large so I used this custom css to make it smaller:

/* Resize footer images */
 @media screen and (max-width: 640px) {

footer .sqs-image .sqs-image-content img, footer .image-block {

    transform: scale(0.5)}

It now has way too much vertical space. Is there code I can add to decrease the top and bottom spacing of the logo? 

Any help is much appreciated!
Mary 

 

 

Screen Shot 2021-10-06 at 8.25.41 AM.png

Link to comment
4 hours ago, marygalloway said:

Site URL: https://www.thebellwetherhotel.com/

Hi there, 

I have a logo in the center of my footer. On mobile, it was way too large so I used this custom css to make it smaller:

/* Resize footer images */
 @media screen and (max-width: 640px) {

footer .sqs-image .sqs-image-content img, footer .image-block {

    transform: scale(0.5)}

It now has way too much vertical space. Is there code I can add to decrease the top and bottom spacing of the logo? 

Any help is much appreciated!
Mary 

 

 

Screen Shot 2021-10-06 at 8.25.41 AM.png

Add to Home > Design > Custom Css

@media only screen and (max-width: 768px) {
	footer .content > .sqs-layout > .row.sqs-row > div:nth-child(3) {
		margin-top: -100px;
		margin-bottom: -95px;
	}
}

Support me by pressing 👍 if this useful for you

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

Here is my result

image.png.9be7f7ef6b17267cab54f111c15464ab.png

Hope it work fine for you.

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.