Hi,
Ive placed a google map into a grid row element. I’d like to have the map fullwidth – according to your googlemap-element. How can I achieve this, that there is no border on top -> right -> bottom -> left.
I’ve already tried custom css using different margin values.
Thank you. Yours, Thomas
Hey Thomas,
Please try this in Quick CSS:
.page-id-954 #av-layout-grid-1 .flex_cell {
padding: 0;
}
Best regards,
Rikard
Thank you Rikard,
that works fine!
Yours, Thomas
Still one question: It works very fine on desktop and tablet size. But when switching on phone size, there is a white edge displayed.
How can I fix it?
Thank you!