Okay
  Public Ticket #283109
Social Media Button Alignment (in secondary header)
Closed

Comments

  • Evan started the conversation

    Is there a relatively easy way to change the alignment for the social media links in the secondary navigation section of the header?  Right now they're aligned on the left side, and I'd like to switch it to align right.  I'm comfortable editing the CSS, but don't know how/where to make the changes myself.  Do I do this in header.php?  Or is it something that I can change via a child theme?

    Thanks for your help!

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html #header-secondary-outer #social {
        float: right !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Evan replied

    Worked perfectly.

    Thank you!