Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #524733

    Hi, as you can see here – http://screencast.com/t/Vh3Y8M6dG1 – the content I add inside the color section (which is set to take 100% of the screen size) is always aligned to the middle of the color section and I would like to make it align to the top. How can I do that?

    Thanks.

    #524965

    Hi DROR!

    Please edit your Color Section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS

    #your-custom-id .content { padding-top: 0 !important; }

    Cheers!
    Yigit

    #524980

    Hi Yigit, I gave it a unique id – tdhome – and added the code but it doesn’t seem to change anything.

    #524982

    Hi!

    Can you please post the link to your page?

    Best regards,
    Yigit

    #524984

    Sure thing, sorry I didn’t add it before :)

    #524992

    Hi!

    Please change the code to following one

    #tdhome .content {
        padding-top: 0 !important;
        vertical-align: top;
    }

    If you would like to add some top padding, please adjust adjust “0” value in the code

    Best regards,
    Yigit

    #525001

    Great support as always. Thanks :)

    #525004

    Hey!

    You are welcome Bakbek! :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to align color section content to the top instead of the middle?’ is closed to new replies.