haymash Posted November 5, 2021 Share Posted November 5, 2021 Site URL: https://strawberry-raspberry-3kmm.squarespace.com/ I have a logo and copyright in my header content which sits at the bottom of the nav bar, but disappears when I'm in mobile view. I'm wondering If I can add it to the bottom of the page when in mobile mode? SITE PASSWORD: HinLim Link to comment
tuanphan Posted November 7, 2021 Share Posted November 7, 2021 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; } } 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
haymash Posted November 22, 2021 Author Share Posted November 22, 2021 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
haymash Posted November 24, 2021 Author Share Posted November 24, 2021 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? Link to comment
tuanphan Posted November 27, 2021 Share Posted November 27, 2021 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? 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 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