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
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
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
nevermind, I figured it out!
:) thanks again