NWCPhotos Posted February 24, 2021 Posted February 24, 2021 Site URL: https://www.nwcphotos.com/ Hi guys, Need some help removing my footer from the mobile display. It doesn't display properly and honestly doesn't really need to be there on mobile. I'm using the Nueva template and figure there's a couple lines of code that could hide it. Site PW is: lock Thanks! Beyondspace 1
Beyondspace Posted February 24, 2021 Posted February 24, 2021 1 hour ago, NWCPhotos said: Site URL: https://www.nwcphotos.com/ Hi guys, Need some help removing my footer from the mobile display. It doesn't display properly and honestly doesn't really need to be there on mobile. I'm using the Nueva template and figure there's a couple lines of code that could hide it. Site PW is: lock Thanks! You can try this @media only screen and (max-width: 768px) { footer { display: none !important; } } tuanphan and NWCPhotos 1 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
NWCPhotos Posted February 24, 2021 Author Posted February 24, 2021 11 hours ago, bangank36 said: You can try this @media only screen and (max-width: 768px) { footer { display: none !important; } } Worked perfectly thank you so much!!!
newtowebsites1 Posted December 27, 2023 Posted December 27, 2023 On 2/24/2021 at 1:03 PM, Beyondspace said: You can try this @media only screen and (max-width: 768px) { footer { display: none !important; } } Hello, is there a way to use this code to hide 1 footer for mobile view and 1 footer for website view? I currently have 2 footers created as they weren't translating well from webview to mobile
tuanphan Posted December 29, 2023 Posted December 29, 2023 On 12/28/2023 at 6:20 AM, newtowebsites1 said: Hello, is there a way to use this code to hide 1 footer for mobile view and 1 footer for website view? I currently have 2 footers created as they weren't translating well from webview to mobile I answered here 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment