Jump to content

Help fixing my (custom CSS) fixed footer from overlapping image area on my site when viewing on mobile phone

Recommended Posts

Hello SquareSpace Community:

I recently built a SquareSpace site for my video production company: https://www.quillpictures.com/

And I'm having a small layout issue that I'm hoping I can get some help on. When viewing my WORK and SERVICES page on a MOBILE PHONE, my (custom CSS) fixed footer overlaps/hides part of the page. Please see attached photos. As you can see, my fixed footer is cutting off the "Let's Talk" button on the Services page, and the final image (of a race car) on my Work page. 

I was told by a SquareSpace representative that my 7.1 website does not support fixed footers, but that with some custom adjustments to the CSS I can prevent it from overlapping the image area.

Here is the custom CSS that I'm using to create a fixed footer:

#footer-sections {
position: fixed!important;
width: 100%!important;
bottom: 0!important;
z-index: 99!important
}

How do I fix this issue?

Thank you for the help!

Mike

IMG_5320.jpg

IMG_5319.jpg

Link to comment
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Because you set position: fixed for footer, so you will need to add some spacing to main content. Try adding this to Design > Custom CSS

@media screen and (max-width:767px) {
	article section:last-child {
		padding-bottom: 100px !important;
}
}

You can adjust number 100

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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.