Map/Links don't work in mobile

Hello!
I’m using Shapely for a website. On some of the pages there are embedded maps using JS. However, they do only work on the Destkop version, not on the mobile version of the website. You can’t move the map at all or use the other features like selecting waypoints. Also, on the mobile version the “Edit” link for the wordpress page doesn’t work either.
You can take a look at the website here: http://bit.ly/1WrqzNT
Thanks in advance,
WIS

Hi WIS,

I hope you are well today and thanks for posting here.

You can try resolving the map issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

aside#secondary {
    position: static;
}

Best Regards,
Movin

Thanks a lot! This resolved the issue. I put the CSS into a child theme.

You are most welcome here :slight_smile: