Decrease Mobile Footer Body Text

Looking to decrease mobile footer body text only.

Website URL: https://duoarthouse.com.au/

1 Like

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 :heart_eyes:

Thank you!! Is there a way to also decrease the padding between the columns now? For mobile view.

1 Like

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

@duart2023 , Pls try with this code:


Hope this can help you :heart_eyes:

Thanks for accepting the solution.
Please hit like button also.