Map Size

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!

Tagged: ,

Viewing 2 reply threads
  • Author
    Posts
    • #117938
      macnomo
      Participant

      Hi,

      I will like to get a CSS to change the Map size= Width and Height and if posible Zoom to.

      Thanks!

    • #118720
      Molay Das
      Keymaster

      Hi,

      Add the below css code to your child theme’s style.css file to adjust your store list page map width & height.

      #wcfmmp-store-list-map {
        width: 100% !important;
        height: 400px !important;
      }

      And regarding map zoom please use “map_zoom” attribute in “wcfm_stores” shortcode. Example: [wcfm_stores map_zoom=”5″]

      Thanks,

    • #119235
      ZK
      Participant

      Hi

      Thanks for this, exactly what I was looking for, however I have further another quick question. Is it possible to enable “search” field and “category” dropdown in the Shop page, under the map, just like the one that appears in store list page ?

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