Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › Product list only one column on a store page
- This topic has 2 replies, 2 voices, and was last updated 4 years, 8 months ago by tamiade.com.
Viewing 2 reply threads
- AuthorPosts
- April 1, 2020 at 5:35 pm #114507tamiade.comParticipant
Hello,
Another bug I can’t correct or find an option in the documentation.
In a store page (see attachement or https://ferme.direct/ferme/ferme-de-la-halte/ ) my product only display on one columnBut it’s OK here : https://ferme.direct/boutique/ (shop page).
How can I set up 2 or 3 colums on a store page ?
Thanks !
Attachments:
You must be logged in to view attached files. - April 2, 2020 at 8:28 pm #114759Sarmistha ChakrabortyMember
Hello,
Your theme style is overriding the woocommerce and WCFM plugin style.
.woocommerce .products .product, .woocommerce-page .products .product{ display: inline-block; vertical-align: top; } .wcfmmp-store-page-wrap .products.owl-carousel { display: inline-block; }
Add this css in your activated theme’s style.css
Thanks.
- April 3, 2020 at 1:14 am #114871tamiade.comParticipant
Thanks 🙂 It works.
Just need another help here : https://wclovers.com/forums/topic/store-list-is-empty-for-guests-not-for-connected-users/
- AuthorPosts
Viewing 2 reply threads
- You must be logged in to reply to this topic.