Hi there,
Is there any way I can add an image to the top of a page and for it to sit with no padding under the header. Like you can do with a Full Width Easy Slider. As the moment, when just adding a standard image, it seems to have about 50px padding between the image and the header.
Thank you in advance for your help.
Hey markgibbons243!
Please refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ and add your image inside a color section element
Cheers!
Yigit
Thank you!
Is there anyway of removing what looks like a seperator line/boarder underneath the section?
Hey!
You can choose not to display border in color section options. If that does not help, please post the link to your page
Regards,
Yigit
It wont let me remove it for some reason – please see private link
Hey!
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 in Enfold theme options under General Styling tab
#your-unique-id + .container_wrap {
border-top: none;
}
Cheers!
Yigit
That’s done the trick. As always, awesome support, thank you!!!