modify view part of some of woodmart widget
-
Dear sir
I need to change the view of some of woodmart widget if possible
Attachments:
You must be
logged in to view attached files.
Hello,
Your question is not clear enough. You want to change the Product categories, don’t you? How do you want to change them? We can provide minor CSS change at the same time our theme does not have options to change the functionality.
Best Regards
see private
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (min-width: 320px){
body .col-6.category-grid-item {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
You will get this result: https://prnt.sc/ubqfum
Best Regards