Home › Forums › WoodMart support forum › Categories in page title Problems › Reply To: Categories in page title Problems
July 30, 2020 at 6:57 am
#215314
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Desktop:
body .woodmart-product-categories {
margin-right: auto;
margin-left: auto;
max-width: 70%;
}
You will get this result: https://prnt.sc/tqz7md
If you set width: 60% you will have four items in each row.
Best Regards