Create 3 Colomns of seller

This topic contains 4 reply and 2 voices, and was last updated by towhid 9 years, 5 months ago
Viewing 4 Posts - 1 through 4 (of 4 total)
Author Posts
November 14, 2014 at 1:59 pm 30455
towhid Hello, Please, i am using the dokan theme on my website, and i want to have 3 colomns of seller on the seller page. How can i do it?
November 14, 2014 at 2:45 pm 30458
Boris GAB Boris GAB This reply has been marked as private.
November 14, 2014 at 4:07 pm 30461
towhid towhid

Hello Boris GAB,

Yes it is possible. You need to do css customization.

Thank You. 🙂

November 14, 2014 at 4:14 pm 30464
Boris GAB Boris GAB This reply has been marked as private.
November 14, 2014 at 5:46 pm 30472
towhid towhid

Hello Boris GAB,

Please navigate Pages->All Pages->Liste Des Boutiques Fournisseurs/ and select ‘Full-width Page’ Template From ‘Page attribute’ section. Please check this link http://postimg.org/image/oule0925l/.

Also, open this file wp-content/plugins/wedevs-dokan-plugin/assets/css/style.css in an Editor and try to find this block

ul.dokan-seller-wrap li.dokan-single-seller {
  float: left;
  width: 48%;
  list-style: none;
  margin: 0;
  padding: 0;
}

and replace with this block:

ul.dokan-seller-wrap li.dokan-single-seller {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 28%;
}

Hope this will solve your problem.

If any complexity face please let me know.

Thank You. 🙂

Viewing 4 Posts - 1 through 4 (of 4 total)