Okay
  Public Ticket #2053189
Center buttons in column
Closed

Comments

  •  1
    ZottWalk started the conversation

    Hi to all!.

    I have i little problem: how can i center a button inside a column?I tried as suggested by Tahir to set the "centered contend" option insiede columnsettings but this doesn't works for me.

    can you help me please?The page is this one

    http://fatocollezioni.it/glo/

  •  3,025
    Andrew replied

    Hi ZottWalk,

    Thanks for getting in touch.

    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):

    .full-width-content.vc_row-fluid .wpb_column .wpb_wrapper{
        text-align:center;
    }

    Hope this helps.

  •  1
    ZottWalk replied

    Thanks! That's working perfectly.Thanks again for your quick and helpful answer