You can use this code snippet to hide one of six columns via Custom CSS for mobile devices
.footer-column-5 {
display:none!important;
}
Where 5
is an index of the column. It may be changed from 1 to 6.
Regards
You can use this code snippet to hide one of six columns via Custom CSS for mobile devices
.footer-column-5 {
display:none!important;
}
Where 5
is an index of the column. It may be changed from 1 to 6.
Regards