hi!
is it possible to make my footer text/links smaller and spread it across the whole width?
thanks!
website preview: https://mtfy11c1qyiuuxqb-61237625025.shopifypreview.com
hi!
is it possible to make my footer text/links smaller and spread it across the whole width?
thanks!
website preview: https://mtfy11c1qyiuuxqb-61237625025.shopifypreview.com
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the base.css file:
.site-footer .site-footer__linklist a {font-size: 12px !important;}
@media only screen and (min-width: 769px) {
.footer__item–footer-3 {width: 100% !important;}
.site-footer .site-footer__linklist {display: flex;}
.site-footer .site-footer__linklist li {margin-right: 50px;}
}
Regards,
San
the motion theme doesn’t have a base file?
Then you can paste the css in your theme.css file