Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › WCFM_Stores shortcodes for mobile
- This topic has 2 replies, 2 voices, and was last updated 2 years ago by
rpflorendo.
Viewing 2 reply threads
- AuthorPosts
- May 18, 2020 at 10:33 pm #132748
rpflorendo
ParticipantHow do I make this shortcode work on mobile view? I want to have 2 stores per row. Currently its displaying 1 store per row. Is there anything I can do with this?
Attachments:
You must be logged in to view attached files. - May 19, 2020 at 12:55 pm #132966
Sarmistha Chakraborty
KeymasterHello,
We have already replied you in this thread – https://wclovers.com/forums/topic/stores-per-row-on-mobile/
By-default we don’t have any option for mobile version “store per row”.
You can customize this style using css –
Example try this css in your theme’s style.css –@media screen and (max-width: 560px) { #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li { width: 50%!important; float: left; } }
Thanks.
- May 19, 2020 at 3:07 pm #133031
rpflorendo
ParticipantHi there! It works! Thank you!
- AuthorPosts
Viewing 2 reply threads
- You must be logged in to reply to this topic.