Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #563421

    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!

    #563429

    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

    #563448

    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

    #563481

    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.

    • This reply was modified 8 years, 3 months ago by ACNLatitudes.
    #563749

    Hi,

    Please try the following as well:

    @media only screen and (max-width: 767px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 10px !important;
    }
    }

    Regards,
    Rikard

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