Jump to content

Header content disappears on mobile

Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
On 11/7/2021 at 2:03 PM, tuanphan said:

Add to Design > Custom CSS

@media screen and (max-width:640px) {
div#headerBlocks {
    display: block !important;
    position: absolute !important;
    bottom: 0 !important;
    z-index: 99999999;
}
}

 

Thank you! I'll give this a try

Link to comment
On 11/7/2021 at 2:03 PM, tuanphan said:

Add to Design > Custom CSS

@media screen and (max-width:640px) {
div#headerBlocks {
    display: block !important;
    position: absolute !important;
    bottom: 0 !important;
    z-index: 99999999;
}
}

 

I added the code but it places the footer over the top of the other logo.
How can I make it sit at the bottom of each page?

IMG_2241.PNG

Link to comment
On 11/24/2021 at 5:27 PM, haymash said:

I added the code but it places the footer over the top of the other logo.
How can I make it sit at the bottom of each page?

IMG_2241.PNG

Try this new code

@media screen and (max-width: 640px) {
    div#headerBlocks {
        display:block !important;
        position: fixed !important;
        bottom: 10px !important;
        z-index: 99999999
    }
}

 

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.