Hide some of the widgets on mobile
-
Hello,
I dont want to be shown some of the widgets on mobile phones.
For example these ones: http://prntscr.com/ll9md2
Is there an option to hide?
Thank you! 🙂
I’ve done it with CSS but if there is an option please let me know 🙂
.footer-column-2,
.footer-column-3,
.footer-column-4,
.footer-column-5{
display: none;
}
Hello,
You can hide it with CSS or with a bit more complicated configuration:
1. Choose one column footer in the Theme Settings > Footer.
2. Create the footer template in HTML block and set the different column visibility for different devices.
3 Add necessary elements into the template.
Best Regards