Hello I am trying to adjust the vertical alignment of a color section so the text looks in the middle, please have a look ate the site,
as you can see the text needs a negative padding of about 60px, how does one accomplish this?
Best Regards
Hey Carlos,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.post-entry.post-entry-type-page.post-entry-20 {
margin-top: -60px;
}
Let me know how it goes :)
Best regards,
Jordan
Thank you so much Jordan, it does work, however I seem to have 2 post-entry-20 in my page so the text of the other sections also moves up, how can I prevent it from moving? any idea on what I have 2 sections with the same name “post-entry-20”?
Best Regars
Carlos