Maps

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 8 reply threads
  • Author
    Posts
    • #49007
      vraugul1
      Participant

      Hello!

      How do I make a fixed width map on page [wcfm_stores]?

      Thanks a lot!

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

      Sure, restrict this using CSS.

      Thank You

    • #49027
      vraugul1
      Participant
      This reply has been marked as private.
    • #49031
      WCFM Forum
      Keymaster

      HI,

      Please add this CSS –

      .wcfmmp-stores-listing .wcfmmp-store-list-map {
        width: 75%;
        margin: 0 auto;
      }
    • #49035
      vraugul1
      Participant

      I need to change the height
      Limit it to 300px

      Thank you!

    • #49041
      WCFM Forum
      Keymaster

      Ok, just add here –

      .wcfmmp-stores-listing .wcfmmp-store-list-map {
        width: 75%;
        height: 300px;
        margin: 0 auto;
      }

      Thank You

    • #49042
      vraugul1
      Participant

      This code did not change the height.

      I need the width to be 100%
      A height of 300px.

      Thank you!

    • #49045
      WCFM Forum
      Keymaster

      OK, use this –

      .wcfmmp-stores-listing .wcfmmp-store-list-map {
        height: 300px !important;
      }
    • #49046
      vraugul1
      Participant

      Thank You Very Much!!!

Viewing 8 reply threads
  • The topic ‘Maps’ is closed to new replies.