Okay
  Public Ticket #2402845
Remove padding in left of header
Closed

Comments

  •  1
    Denise started the conversation

    There's a style tag adding padding to the header. "padding-left: 46px"

    How can this be removed?

  •  3,021
    Andrew replied

    Hi there,

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

    #top .row .col {
        padding-left: 0 !important;
    }
    

    Hope this helps.

  •  1
    Denise replied

    Yes, this worked. Thank you, Andrew! I look forward to your response on my other questions!