This topic has 3 replies, 2 voices, and was last updated 2 years, 10 months ago ago by tuijatuulia
Hi,
I would like to know how to align and make these pages (Vendor store page and All stores page) look better in mobile, the components are currently not aligned and are on top of each other or attached to each other. Please see examples here.
All tips are greatly appreciated. I just got one feedback that the vendor page does not look professional, and this might be the reason.
Hello,
These styles come from the dokan plugin but you can add the below code to style it better a little bit
@media only screen and (max-width:1200px){
.dokan-single-store .dokan-store-tabs ul .dokan-share-btn-wrap, .dokan-single-store .dokan-store-tabs ul .dokan-store-support-btn-wrap, .dokan-single-store .dokan-store-tabs ul .dokan-store-follow-store-button-container {
margin: 10px 5px !important;
float: none !important;
}
li.dokan-share-btn-wrap .dokan-share-btn, .dokan-store-support-btn {
margin: 0;
}
}
@media only screen and (max-width:662px){
.dokan-store-products-filter-area .orderby-search {
margin-top: 10px;
float: left;
}
}
Regards
Thank you Olga, you are the best!
It works beautifully.
Tagged: components position, dokan, store ui, template, vendor store, woocommerce, wordpress
The issue related to '‘Dokan vendor store page and stores page UI components position’' has been successfully resolved, and the topic is now closed for further responses