Store list on 2-column mobile device.

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 3 reply threads
  • Author
    Posts
    • #76127
      Marcelo Ribeiro
      Participant

      I want to put in two columns the display of the list of stores on mobile, by default the plugin accepts edit the number of columns on desktop, but on mobile, is just a large columns.

      Attachments:
      You must be logged in to view attached files.
    • #76245
      WCFM Forum
      Keymaster

      Hi,

      You may tweak this by adding this css to your site –

      @media (max-width: 767px) {
      	#wcfmmp-stores-wrap .wcfmmp-stores-content ul.wcfmmp-store-wrap li {
      		width: 50%!important;
      		float: left !important;
      	}
      }

      Thank You

    • #76458
      Marcelo Ribeiro
      Participant

      How to reduce their size to be mobile size compatible ?
      I managed to leave them in 2 columns, but they were broken

      Attachments:
      You must be logged in to view attached files.
    • #77405
      WCFM Forum
      Keymaster

      Well, that’s why we do not set 2 store in a row for mobile view.

      For small mobiles it will always broken! Not only banner, store name also broken.

      Thank You

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