Okay
  Public Ticket #364947
How to make space smaller between logo and menu
Closed

Comments

  • Mariusz started the conversation

    hi there,

    is there any simply way (css hack) to make space between logo and menu smaller?

  •  8,445
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    
    @media only screen and (min-width: 1000px) {
        #header-outer #logo img {
            top: 19px !important;
            position: relative;
        }
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Mariusz replied

    thank you:) you are my salvation:)