Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #661059

    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

    #661149

    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

    #661154

    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

    #662336

    Hi,

    Please add a unique Section ID to the color section. Use “custom-section” for example then replace the css code with the following:

    #custom-section .post-entry-20 {
        margin-top: -60px;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.