WCFM_Stores shortcodes for mobile

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 2 reply threads
  • Author
    Posts
    • #132748
      rpflorendo
      Participant

      How 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.
    • #132966

      Hello,

      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.

    • #133031
      rpflorendo
      Participant

      Hi there! It works! Thank you!

Viewing 2 reply threads
  • You must be logged in to reply to this topic.