Jump to content

How can I make footer bar full width, keep elements the same

Go to solution Solved by tuanphan,

Recommended Posts

  • Replies 2
  • Views 267
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • Solution

Try adding to Design > Custom CSS

footer.Footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    top: unset;
}
body {
    position: relative;
}
.Footer-inner.clear {
    max-width: 960px;
    margin: 0 auto;
}
.Site-inner {
    padding-bottom: 250px;
}
@media screen and (max-width:640px){
    .Site-inner {
    padding-bottom: 450px;
}
}

 

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

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.