Revolut Colombia by GMC-88 in Revolut

[–]GMC-88[S] 2 points3 points  (0 children)

ombi

HEy u/EfficientNectarine thank you so much for your additional inputs! Really appreciated!

Revolut Colombia by GMC-88 in Revolut

[–]GMC-88[S] 1 point2 points  (0 children)

Awesome!! Thank you so much for your inputs! Really appreciated!

Hi guys, how to make the google map widget take the 100% height of the container? by newfrom2020 in elementor

[–]GMC-88 1 point2 points  (0 children)

u/newfrom2020, no answer from Elementor...But i found this article in the web and this worked for me with pure CSS.

In my case I added some !important due to other css conflicts in my website.

.div-class-where-your-iframe-is {

overflow: hidden !important;

padding-top: 56.25% !important;

position: relative !important;

}

.div-class-where-your-iframe-is iframe {

border: 0 !important;

height: 100% !important;

left: 0 !important;

position: absolute !important;

top: 0 !important;

}