• Resolved Naxia

    (@axeea)


    Hi

    Can you please tell me how i can make store list in 4 column instead of 2 column…?
    I mean where i need to make customization to make 4 column store list..?

    Any help would be appreciated…

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author weDevs

    (@wedevs)

    You have to add custom CSS to show 4 sore thumbnails. You can try below CSS code-

    
    ul.dokan-seller-wrap li.dokan-single-seller{
        width: 22.7%;
        margin-bottom: 20px;
        float: none;
        clear: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 25px 0 !important;
    }
    
    • This reply was modified 8 years, 1 month ago by weDevs.
    Thread Starter Naxia

    (@axeea)

    Thank you soo much! It worked for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Store List in 4 column’ is closed to new replies.