Here’s the development site with Enfold http://jagenergy.com/devjag/
The client has a header image with a cutout, and they want this “extension” of the image to overlap into the navigation area. Here’s the production site: http://www.jagenergy.com/ They want this older site with a discontinued theme replicated in Enfold, so I also need to have the entire white section moved up so that it is against the gradient in the header. I’m hoping there’s an easy CSS way to do both things.
Thanks!
Hey Lissasan,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top #header #header_main_alternate > .container {
margin-top: -44px;
}
#top .logo {
z-index: 99;
}
Best regards,
Vinay
Thank you so much, Vinay, this did the trick!