Page 1 of 1
Flex Container Spacing
Posted: Wed Oct 26, 2022 1:22 pm
by mlsto
Hello
Using a Flex Container but would not like the spacing, would like the cards to stick together but can't seem to find how to do this in the setting.
This is how it show, prefer them sticking together.
https://imgur.com/thcO3lL
Thanks for any help on this.
Re: Flex Container Spacing
Posted: Wed Oct 26, 2022 1:26 pm
by crispy68
Sorry, I'm confused. Your pic looks like they are stuck together side by side. Can you elaborate more please?
Re: Flex Container Spacing
Posted: Wed Oct 26, 2022 1:44 pm
by mlsto
crispy68 wrote: Wed Oct 26, 2022 1:26 pm
Sorry, I'm confused. Your pic looks like they are stuck together side by side. Can you elaborate more please?
There is a white space between them, you can see it with the images at the top, I would like to remove the white spacing between each card.
Hope I explained it better.
Re: Flex Container Spacing
Posted: Wed Oct 26, 2022 1:48 pm
by crispy68
The white spacing above each card across the flex container is more likely just padding on the flex container. Did you check the padding properties?
As for the white space in between each card, depends on what you are using. Are you using just a regular flex container or a card container? In a regular flex container you would just set the justify-content to center. In a card container, there is an option to set the spacing for cards in the card container properties.
Re: Flex Container Spacing
Posted: Wed Oct 26, 2022 1:58 pm
by mlsto
Thanks for the reply, using one of the block flex containers, the padding is fine, just wanted to remove the white spacing , will try the justify
Thanks again