Issue with Map in mobile

Hi there,

I am using a map element and it is not centered in mobile view.

Not sure how to fix this.

Thanks!
Leslee

Hi Leslee,

To fix it, you can add this in Cornerstone > CSS

@media(max-width:767px) {
.e223-24.x-frame.x-frame-map-embed {
   margin:0 auto;
}
}

Hope that helps

yes fixed! thank you!

You’re welcome!
We’re glad we were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.