Newbie trying to figure out how to stack buttons on top of a territory map and have them scale proportionally. When I try stacking, as soon as I hit the ‘Stack’ button all of the elements become enormous and not stay within the confines of my container. Any suggestions would be most helpful.
Oh! And here’s a recording of what’s happening without stacking/flexbox. Thanks anyone that might have an answer!
Hey,
Stack is good only for vertical alignment.
You can add container and place the map inside.
Set the container width as the with of the map and auto to height (the container height will come from the map height) .
Then give the map width of 100% so it fill the container.
Then move all the buttons inside the container on top the map and place them the way you want.
Set the buttons width and height to be in percentages (relative to the height and width of the container).
Ahhh! Thanks so much Matanya!
Matanya! You made a 10 minute explanation for me. Sooo nice. Thank you!
Happy to help!
@md60th could you also help me?
@manschey18 I answered your post with some info.