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

    Got a pretty simple question. In my home page, AND all other pages, my content overlaps my transparent header.

    Problem: I would like my content to be MOVED DOWN and lined up with the bottom of the header while keeping the header darkness/transparency.

    This is where it currently is : http://imgur.com/a/OLWWb
    this is where I need it to be moved (right underneath header): http://imgur.com/a/WIegh

    #685302

    Hey brettb112,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_header_transparency #main {
        padding-top: 97px !important;
    }
    

    Best regards,
    Jordan

    #685328

    thanks for the quick response Jordan, works great.
    Just another little problem, under my Residential page, there is a small white gap now between the advanced slider and header. Any way to fix that?

    thanks again
    Brett

    #685334

    nevermind, I figured it out!
    :) thanks again

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Lowering content under header?’ is closed to new replies.