Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #940686

    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!

    #941127

    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

    #943294

    Thank you so much, Vinay, this did the trick!

    #943574

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.