Hi,
I added a custom css to align-center all the footer columns for mobile and tablets (portrait-view), I also hide 3 columns. Even though I centered them, they still don’t look look. My question is:
Is there any way to move one column next to the other one for tablets and mobile devices (portrait view), so it shows each column next to each other? Because showing all columns one under the other one is not very practical, see attachment.
Or, is there any way to center them on tablets-portrait view? see attachment.
.footer-column-1,
.footer-column-2,
.footer-column-3,
.footer-column-4,
.footer-column-5{
text-align: center!important;
}
Thanks.