Okay
  Public Ticket #2346039
Secondary Header Social Icons
Closed

Comments

  •  30
    lumpy5000 started the conversation

    In the secondary header bar, the social icons are aligned to the left. Can these be moved so they are aligned to the right instead?

  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #header-secondary-outer #social {
        float: right !important;
    }
    body[data-header-color="custom"]:not(.material) #header-secondary-outer nav >ul >li:last-child {
        border-right: 1px solid rgba(0,0,0,0) !important;
    }
    body[data-header-color="custom"]:not(.material) #header-secondary-outer nav >ul >li:first-child {
        border-left : 1px solid rgba(0,0,0,0.1) !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  30
    lumpy5000 replied

    This worked perfectly. Thank you!!