Okay
  Public Ticket #3377997
Random White Space
Closed

Comments

  •  1
    Belle Goodrich started the conversation

    Hi all! So, for reference, I am not a tech person, so please bare with me. I was put on to help fix a website, one of the biggest issues is a massive white blank space under the menu. Does anyone know how to fix this? Thanks so much!

  •  1,877
    Judith replied

    Hi Belle,

    Thanks for choosing Salient.

    Please head to Salient > General Settings > CSS/Script Related then paste this code then save. It should help get rid of the spacing.

    @media only screen and (max-width: 1899px) and (min-width: 1000px){
    div#thesetting {
        margin-top: 3em !important;
        padding-top: 0px !IMPORTANT;
    } } div#header-outer header#top ul.sf-menu.sf-js-enabled.sf-arrows li a::before {
        height: 44px;
    }

    Thanks,.