How to hide some footer columns?
-
Hello
I love your theme.
The website is https://www.mochaandco.comI have 4 footer columns in use. Currently I am using the following CSS to entirely hide the footers when the user is on a mobile:
@media (max-width: 979px) { aside.kad-sidebar, #containerfooter {display: none;} }
However I would only like to hide one or two of the footer columns, is there any way I can do this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to hide some footer columns?’ is closed to new replies.