Home › Forums › WoodMart support forum › How to Edit Store Page Structure (Dokan) › Reply To: How to Edit Store Page Structure (Dokan)
February 6, 2018 at 6:38 pm
#37876
Bogdan Donovan
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to make dokan store layout in one column.
.dokan-store .dokan-single-store.dokan-w8 {
width: 100%;
}
Regards