Hi –
Put an image element at the top of the page using the layout builder. I have transparent header on. Looks great. But Is there any way to have the image underneath the header? I tried setting the image as background for the color section but I can’t get the whole image to appear.
Hey blankonblank!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
.html_header_transparency #top #wrap_all #main {
padding-top: 0;
margin-top: -88px;
}
Cheers!
Ismael
Hi!
Please use following code instead
.page-id-97 #main {
padding-top: 0 !important;
margin-top: -88px !important;
}
Regards,
Yigit