-
mcgaleti
Hi GP Team
I am starting to use Flex Containers here. This resource thing is amazing.
I am struggling to find a way to keep the “Book a CALL” CTA on the bottom of the 3 child containers and aligned themselves.
You will see that I even tried to define a minimum height of 600px, but It didn’t work.
Could you give me some light ?
Thank you so much
-
Hi there,
1. select the 3 child containers, set
justify-content
tospace-between
,min-height
to100%
.2. select the parent container, set
align-items
to default.3. select the parent container of each CTA button, and set
margin-top
toauto
. -
mcgaleti
Hi Ying,
Great. The only thing that still weird is the Column 3, the “Boost Your Social” is not aligned with Column 1 and 2.
Is this because the Title “Fast Results” has 2 lines?
-
Alvind
Hi there,
..the “Boost Your Social” is not aligned with Column 1 and 2.
To align it, reduce the margin-bottom of the container wrapping the icon and headline in the third column to around 40px.
-
mcgaleti
thank you
-
Alvind
You’re welcome
- You must be logged in to reply to this topic.