Okay
  Public Ticket #315547
Center Align Sidebar Content
Closed

Comments

  • Justin started the conversation

    Is it possible to center all the content in the blog/posts sidebar?

    Thanks!!

  •  8,406
    Tahir replied

    Hey Justin!

    Can you provide the page url so i can try out some custom css. 

    Thanks 


    ThemeNectar Support Team 

  •   Justin replied privately
  •  8,406
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    #sidebar * {
        text-align: center;
        margin:  auto;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Justin replied

    Perfecto. Thanks!