Okay
  Public Ticket #2104757
Logo
Closed

Comments

  • Vanesa started the conversation

    Hello, I am writing to ask you how I can make the logo look bigger and grow it, without being hidden between the secondary menu, and its size should not affect the following menus. 

    I send you a picture about what I want. It is clearer with the images.

    Thank you.

  •  8,994
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    header#top #logo img {
        position: absolute !important;
        height: 120px !important;
        top: -35px !important;
       
    }
    #header-secondary-outer {
        z-index: 99 !important;
    }

    Thanks


    ThemeNectar Support Team