Jump to content

Move header to bottom of the page

Go to solution Solved by tuanphan,

Recommended Posts

Maybe this is dumb question but is it as simple as building a navigation in the footer and then hiding the header?

I was hoping for the code to easily move my current header (which is at the top of the page) to the bottom.

Link to comment
  • Solution
18 hours ago, Suky said:

Maybe this is dumb question but is it as simple as building a navigation in the footer and then hiding the header?

I was hoping for the code to easily move my current header (which is at the top of the page) to the bottom.

If you share link to your site, we can check & give the code to achieve this

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

Add to Design > Custom CSS

/* header to footer */
header#header {
    position: fixed !important;
    bottom: 0 !important;
    left: 0;
    z-index: 9999;
    width: 100%;
    top: unset !important;
    background-color: white !important;
}
article section:first-child {
    padding-top: 0 !important;
}

 

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
  • 6 months later...
  • 1 year later...

To make code run on mobile only, use this

@media screen and (max-width:767px) {
/* header to footer */
header#header {
    position: fixed !important;
    bottom: 0 !important;
    left: 0;
    z-index: 9999;
    width: 100%;
    top: unset !important;
    background-color: white !important;
}
article section:first-child {
    padding-top: 0 !important;
}
}

If the code doesn't work, please share site url, we can check it again easier

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.