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.
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
Hi Yigit, I gave it a unique id – tdhome – and added the code but it doesn’t seem to change anything.
Sure thing, sorry I didn’t add it before :)
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
Great support as always. Thanks :)