Okay
  Public Ticket #1491612
Aligning Logo Header
Closed

Comments

  •  2
    IgnyteGroup started the conversation

    Hello,

    I am trying to align the logo in the header with the menu bar. 

    Right now the logo is aligned at the bottom of the row.

    Is there a way I can push the logo up so that it is in line with the rest of the menu?

  •  8,443
    Tahir replied

    Hey Again,

    The issue is occurring due to the Extra Text added to the Header . 

    Please have a look at this Article :Add Phone-Number/Email in secondary menu with icon

    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-outer #logo img, body.material #header-outer .logo-spacing img {
        top: -28px;
        position: relative;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    IgnyteGroup replied

    Tahir,

    Thanks for the quick reply, your solution was an easy fix.

    And thanks for pointing out my mistake in the header and how to add custom items to the menu properly. 

    Best