Okay
  Public Ticket #2550399
Shrink logo area and make logo a little bigger
Closed

Comments

  •  19
    Brian started the conversation

    How can we make the logo a bit bigger (55px x 55px) and schrink the empty area on the right?

  •  19
    Brian replied

    See screenshot.

  •  2,965
    Andrew replied

    Hi Brian,

    Adjust logo height in Salient > Header navigation > Logo and general styling

    6757375497.png


    Thanks.

  •  19
    Brian replied

    Thanks Andrew. The logo size is now ok, but we still have that extra space which is clickable.

    We want the clickable area to be 43x43 (which is the size of the logo), now it is 245.3px x 43px.


    Thank you in advance.

  •  2,965
    Andrew replied

    Hi Brian,

    Thank you for contacting us.

    Paste this code in your custom css box located in Salient > General settings > CSS/Script related:

    #header-outer #logo img, #header-outer .logo-spacing img {  

    height: 43px;     

    width: 43px; }

    Kind Regards.

  •  19
    Brian replied

    Thank you Andrew, this worked!