Okay
  Public Ticket #985946
Header White Space
Closed

Comments

  •  2
    smlowisz started the conversation

    Last Question - only when I go to mobile size, there is a white space between my header and first section. You already fixed it on the desktop size, but all of the sudden it's now acting up on my mobile size. Any suggestions? 

  •  8,996
    Tahir replied

    Hey Again,

    Add a Negative margin to the Other Column as well that shows on Mobile only.

    Thanks. 


    ThemeNectar Support Team 

  •  2
    smlowisz replied

    I tried that already :) 

  •  3,030
    Andrew replied

    Hi there,

    Thanks for keeping in touch with us.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    /*remove white space below header for mobile*/

    @media only screen and (max-width: 1000px) and (min-width: 1px){
    .container-wrap {
        margin-top: -90px;
    }}

    Please let me know if this helps.

    Cheers!