Google maps squared in coloumn

Hey there

I am trying to get my embeded google maps squared so it is not filling the whole coloumn. any idea how to achieve it?

my goal is to have a circled gmaps shwoing on my website

thanks a lot

maik

Hello Maik,

Thanks for writing in!

Please edit your page and select your Map element. Find the Map > Frame tab.

  • The content sizing must be set to “Fixed Height”
  • Insert a maximum width
  • Set your height.

YM-3vByWRlS08KBuZdPD8g

  • Down below, you can set the border and border radius
  • And lastly, in the Map > Customize tab, insert this inline element css:
$el {
  overflow: hidden;
}

This will make sure that the iframe will be contained within the circle.

Hope this makes sense.

thanks a lot it worked. but can i center the map within the coloumn? thanks

Hello Maik,

To center the map, go to the Frame option then set the right and left margin to auto:

Hope this helps.

not really as i said it is not centered and i have now this weird srollbar

Hi Maik,

I don’t see the weird scrollbar. Also, did you try the previous suggestion to center the map on the column? It should work like this: https://screencast-o-matic.com/watch/cYfifcaIUn

wow thanks - works perfectly. i fixed the scrollbar myself

You’re welcome Maik!
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.