Okay
  Public Ticket #1326517
Off-Canvas Menu Adjusts Logo
Closed

Comments

  • kuatracks started the conversation

    Hello!

    When I hit the off-canvas menu, the logo in the navigation adjusts down 30 or 40 pixels. After deactivating the off-canvas menu, the logo stays in this adjusted position. Any ideas on why this is?


    http://kuatonline.com/dev/nv-2-0/

  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #header-outer[data-transparent-header="true"] header#top #logo img.stnd {
        position: absolute !important;
    }

    Thanks


    ThemeNectar Support Team 

  • kuatracks replied

    This worked! I appreciate the help.