Looking to decrease mobile footer body text only.
Website URL: https://duoarthouse.com.au/
Looking to decrease mobile footer body text only.
Website URL: https://duoarthouse.com.au/
Hi @duart2023 , You try with this code:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Hello @duart2023
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> styles.css
add this code at the end of the file.
.section-footer__row--blocks .section-footer__row__col:not(:last-child) {
margin-bottom: 5px;
}
.section-footer__row__col {
padding: 0px 0 !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Thanks for accepting the solution.
Please hit like button also.