Home › Forums › WoodMart support forum › Breadcrumbs Styling and change Position. › Reply To: Breadcrumbs Styling and change Position.
December 4, 2018 at 1:44 pm
#93735
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global
.shop-loop-head {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
Best Regards