Hey there,
Is it possible to align 2 1/3 columns blocks in the middle below 3 1/3 columns?
Best regards,
Martijn Koster
Hey Martijn,
Thanks for contacting us!
Please add your 2 1/3 column elements inside a Color Section element. Edit your Color Section element and give it a custom ID (“custom-id” in example below) in Advanced > Developer Settings and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling
#custom-id .entry-content-wrapper {
display: flex;
justify-content: center;
}
Best regards,
Yigit
Hey Yigit, thank you very much for tour reaction.
Those 2 1/3 columns are already within a content section. So now all the elements within this content section are centered.
See https://lang.ten-dev.nl and scroll down to where is says ‘LangArbeidsrecht adviseert werknemers naar een duurzame oplossing.’
You can see what happened.
Is there another way to solve this?
Beste regards
Martijn Koster
Hi Martijn Koster,
Please set the column blocks at the bottom to have Equal Height Columns (not individual height), then replace the code:
#custom-id .entry-content-wrapper {
display: flex;
justify-content: center;
}
with:
#custom-id .flex_column_table.av-equal-height-column-flextable {
display: flex;
justify-content: center;
}
Hope it helps :)
Best regards,
Nikko
Hey Nikko,
It did help! Thank you ver much!
You can close the ticket!
Have a good weekend.
Hi TenMediaNL,
We’re glad that we could help :)
Thanks for using Enfold and have a great weekend!
Best regards,
Nikko