ysong Posted February 16, 2021 Share Posted February 16, 2021 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: Mobile version: (Would like the logo to come behind Make a Reservation) Thank you in advance! Link to comment
tuanphan Posted February 18, 2021 Share Posted February 18, 2021 You can add 2 sections in Footer. Then we can give the code to show 1 footer on desktop, show 1 on mobile. 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
champagnecoffee Posted October 11 Share Posted October 11 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
tuanphan Posted October 13 Share Posted October 13 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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment