Okay
  Public Ticket #2887460
Secondary Header content alignment
Closed

Comments

  • HannahCondry started the conversation

    Hello! Is there  a way to change the content in the secondary header? It's all set to be centred however I need it right aligned. Rather than adding custom CSS is there just a way to make the block and the text sit to the right? Thanks!

  •  8,844
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body #header-secondary-outer .nectar-center-text {
        max-width: 100% !important;
        text-align: right !important;
    }

    Thanks


    ThemeNectar Support Team