Hello,
I would like to center the text and the button flexibly vertically and horizontally in the color section.
Unfortunately, the previous forum posts did not help me.
Could you please help me with this?
BR
Michael
Hi Michael,
Please remove the h1 tag (with just a space inside it) to adjust the extra space at the bottom (screenshot link in private content).
Then add this CSS code in Enfold > General Styling > Quick CSS:
#getaquotebanner .entry-content-wrapper {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
#getaquotebanner .entry-content-wrapper h2 {
margin-bottom: 0;
}
Best regards,
Nikko
Perfect – thanks a lot! :)
Best regards
Michael
Hi Michael,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko