Hello. I beleive I might somehow have an extra line in the header area of our site. See the image here: http://snag.gy/RpZrI.jpg
You can view our site at the following web page: http://latitudes.org
Please advise if that line is supposed to be there. If not, please advise on how we can remove it.
Thanks!
Hey ACNLatitudes!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 182px;
}
Cheers!
Yigit
Hey ACNLatitudes!
Please add to your CSS
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 180px;
}
let us know if that fixes the issue for you
Regards,
Basilis
Thanks. I used that code and once I put “!important” it worked! However, it throws off the spacing at the top of the site when I resize it to the mobile version. See here: http://snag.gy/i3fiV.jpg
Please advise.