Okay
  Public Ticket #2504835
Overlap header logo image
Closed

Comments

  • asurelife started the conversation

    I would to reduce the height of the header menu and allow for a larger logo image so the logo image overlaps the header row.

    I have set the logo height to 100 and the header padding to -15 but the top of the logo image is hidden

  •  2,965
    Andrew replied

    Hi there,

    Add the following custom css in Salient > General settings > CSS/Script related:

    #header-outer #logo img {    margin-top: 20px;
    }
    

    Hope this helps.