Support

Home Forums Event Espresso Premium Responsive Map

Responsive Map

Posted: August 30, 2017 at 7:49 am

Viewing 1 reply thread


selflessly

August 30, 2017 at 7:49 am

Hello, I’m using Easy2Maps but it doesn’t seem that the map is responsive on mobile for this page https://selfless.ly/its-my-city-indy/

Any way to fix that?


Josh

  • Support Staff

August 30, 2017 at 8:54 am

It may be best to reach out to Easy2Maps for support, but you could try adding some CSS to your site.

You can change this by going to the Appearance -> Customize section of the admin, and there is a tab labeled ‘Additional CSS’. If you go into the customizer, you can add some code like this to make the map container responsive to screen sizes. Please paste the code between the dashed lines into the stylesheet:

—————————————-

@media (max-width: 700px) {
.wrap-content #easy2map_canvas_6Parent {
width: auto !important;
min-width: 360px;
}
}
@media (min-width: 800px) {
.wrap-content #easy2map_canvas_6Parent {
width: auto !important;
min-width: 800px;
}
}

—————————————-

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

Viewing 1 reply thread

The support post ‘Responsive Map’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso