Home › Forums › WoodMart support forum › How to make load more button at the center › Reply To: How to make load more button at the center
October 21, 2018 at 6:49 am
#84100
Elise Noromit
Member
Hello,
Add this code to the Theme settings > Custom CSS:
body .products-footer {
margin: 10px auto;
}
Best Regards