Archived topic
Remove the white space
4 replies · Started by Arnaud on January 30, 2023
hey -
there is a white space between the Google map and the Google review block just below : https://deforges.fr/salon/rue-du-sabot/
what is the bets way to remove it ?
thx
I would do that to remove the 8px gap (maybe caused by Google map iframe code, line height or something).
.gb-container.gb-container-ce9e9517 {
margin-top: -8px !important;
}
Hi Arnaud,
Yes, it's likely from the iframe code.
You can try Adrien's solution, but you don't need CSS, as the negative margin-top can be set in the GB container block.
Hi Adrien,
Thanks for helping :)
thx
all good.
Glad to hear that :)