Okay
  Public Ticket #1026067
Centre Align Sidebar Button
Closed

Comments

  • Enrico started the conversation

    Hi There,

    I'd like to centre align a widget button in the page sidebar

    I have copied and pasted the nectar shortcode into a text widget 

    How would I go about doing this?

    Best,

    Enrico

  •  8,998
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .widget_text .nectar-button {
        display: table;
        margin: auto;
    }

    Thanks


    ThemeNectar Support Team