Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › Top Seller Short Code Display Problem
Tagged: Top Seller Short Code
- This topic has 4 replies, 2 voices, and was last updated 4 years, 5 months ago by shaonmak.
- AuthorPosts
- May 29, 2020 at 3:32 pm #136498shaonmakParticipant
Hi there, i hope all of you are having a great day!
So, i have a problem with the Top Seller Short code, Which is that “How can i set columns to display in my page”. what i mean by that is for now my top seller is display as a 1 column format, how can i make it to display 2 columns instead of 1? - May 30, 2020 at 7:39 pm #136751Sarmistha ChakrabortyMember
Hello,
Can you share us page URL where you are displaying “Top rated” seller, then we can guide you accordingly.
Thanks.
- June 1, 2020 at 7:06 am #137136shaonmakParticipant
Good day,
This is the page URL : https://marketplace.latitudeinnovation.com.my/Watch it on mobile version, on desktop version the column is in a 3 column 1 row format same with the featured products above, but in mobile version the format breaks, it no longer has the same number of columns and rows compared to the featured products section.
Thanks for the help!
- June 1, 2020 at 9:33 pm #137381Sarmistha ChakrabortyMember
Hello,
Try this css in your theme’s style.css –
@media only screen and (max-width: 599px) { /*************** ADD MOBILE ONLY CSS HERE ***************/ .wp-block-column { flex-basis: calc(50% - 10px)!important; flex-grow: 0 !important; }
Thanks.
- June 2, 2020 at 8:57 am #137548shaonmakParticipant
Good day!!
Just wanna update, it worked like a charm!!
Thanks for the help!!!
- AuthorPosts
- You must be logged in to reply to this topic.