This topic has 6 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
Hi, is there any way to hide the Footer Widgets only on mobile devices?
I’m having an issue with them being off centre, and I’d rather remove them, unless there’s an easy way of positioning them in the middle of the page?
The website is whitecrownsociety.com
It isn’t complete yet, but you can see the issue on a mobile phone or shrank browser window
Hello,
Please provide us with wp-admin access in Private Content to look on issue more deeply.
Regards,
Robert Hall.
Here you go
Thanks
Hello,
Please add this code in custom.css file:
@media (max-width: 480px) {.footer-information {
display: none;
}}
To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.
Thank you.
Regards,
Eva Kemp.
That did it, perfect, thank you!
Hello,
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Robert Hall.
The issue related to '‘Blanco Hide Footer Widgets on Mobile’' has been successfully resolved, and the topic is now closed for further responses