Hi
Can you help me with how correctly arrange the icons in mobile view? As well as the copyright?
I wanted it to look like this:
But just retain the arrangement in the desktop which is this:
Here is the link to the store: https://9knnw3sjj51sra7s-57868746799.shopifypreview.com
Using Impulse Theme.
Hi @jmariegocela ,
Go to Online store > Themes > Live theme > Actions > Edit code > Assets > theme.css or theme.css.liquid file and add this code at the bottom of file
@media only screen and (max-width: 600px) {
.footer-secondary-wrapper table td {
display: table-header-group;
}
.footer-payment { text-align: left; }
}