Jump to content

Changing the footer layout for the mobile version

Recommended Posts

Site URL: https://caviarbarlv.squarespace.com/

PW: caviarbar

Hi, 

Using squarespace 7.1

I would like to rearrange the footer in the mobile version so the logo is at the very bottom. Right now, the logo is between the two text sections. However, I would like to keep it the same in the desktop version. Is this possible?

Desktop version:

1278751922_ScreenShot2021-02-16at1_37_03PM.thumb.png.bc9196dd190ded38656aac33f751b1db.png

 

Mobile version: (Would like the logo to come behind Make a Reservation)

2083022723_ScreenShot2021-02-16at1_53_49PM.thumb.png.c9b4b376ad181396e795b3065b8b97c6.png     1475079801_ScreenShot2021-02-16at1_53_36PM.thumb.png.40e1c3b471faf013780d3134214b3864.png

 

Thank you in advance!

Link to comment
  • Replies 3
  • Views 1.9k
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 years later...

Hello,

I have made 2x footer sections. 

This is the mobile section:
section[data-section-id="65267c1e8b76e01727e57b42"]

 

I have added this CSS code but it's removing the mobile footer on mobile too?

 

I have /* remove mobile footer on desktop only */
@media screen and (min-width:780px) {
section[data-section-id="65267c1e8b76e01727e57b42"]  {
    display: none !important;
}
}

Link to comment
On 10/11/2023 at 5:58 PM, champagnecoffee said:

Hello,

I have made 2x footer sections. 

This is the mobile section:
section[data-section-id="65267c1e8b76e01727e57b42"]

 

I have added this CSS code but it's removing the mobile footer on mobile too?

 

I have /* remove mobile footer on desktop only */
@media screen and (min-width:780px) {
section[data-section-id="65267c1e8b76e01727e57b42"]  {
    display: none !important;
}
}

To remove this section on desktop, use this code instead

@media screen and (min-width:992px) {
section[data-section-id="65267c1e8b76e01727e57b42"]  {
    display: none !important;
}
}

 

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.