Okay
  Public Ticket #456449
header top bar elements position
Closed

Comments

  • jonas started the conversation

    hey, I want to change the social media icons position with the secondary header position, from left to right and frm right to left, coud you provide me with the code?

  •  8,851
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #header-secondary-outer #social {
        float: right !important;
    }
    
    
    #header-secondary-outer ul.sf-menu {
        float: left !important;
    }

    Thanks



    ThemeNectar Support Team 

  • jonas replied

    thanks