Would you mind sharing your store's URL and point out the issue you're trying to solve?
Thanks!
please Go to Online Store->Theme->Edit code
then go to Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.list--inline>li {
display: flex !important;
}
.payment-icons .payment-icon {
display: inline-block !important;
float: left !important;
margin-right: 12px !important;
}
hey sorry for facing this issue now please remove my old code and insert below code it definetly work
.site-footer__content .site-footer__item ul.site-footer__linklist {
width: 25% !important;
}
@media only screen and (max-width: 600px)
{
.site-footer__content .site-footer__item ul.site-footer__linklist {
width: 100% !important;
}
}
Is it possible to get all the links to not show as 1 word per line? For example:
"Terms of Service", not
"Terms
of
Service"
Also, I'd like to have a max 6 links per column, so any new links will go into a second column, is this possible?
I'd like it to look like the footer of this site: https://dhappymakers.com/
User | Count |
---|---|
443 | |
196 | |
103 | |
101 | |
90 |