• Hello.

    I cannot figure out how to set the size of the actual map that shows up on the page.

    I have created a custom template and it is being pulled correctly and displayed. The only thing I want to change is the size of the map and I want it to be 800 wide x 1000 height

    What do I change in this custom template to make this happen on the front end…??

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    The size of the map is by default determined ( at the last the width ) by the available space in the template from your theme.

    You can try to add this code to the style(s).css inside your active theme folder.

    #wpsl-wrap {
    width: 500px !important;
    height: 500px !important;
    }

    Change the 500 to whatever value you want.

    • This reply was modified 4 years, 10 months ago by Tijmen Smit.
Viewing 1 replies (of 1 total)
  • The topic ‘Set size of the map’ is closed to new replies.