This is a 100% height section, fixed image and I’d like the text to be in the middle, not the top.
You can see it here: https://fromseentosoldout.com/expert-gene-activation/
Hi yifatcohen,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
.page-id-5162 #av_section_13 .av-content-full .post-entry {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height: 100%;
}
Best regards,
Nikko