Okay
  Public Ticket #475670
how to centralize a column
Closed

Comments

  • Yael started the conversation

    Hi there

    I need my contact form to be 1/2 column but i want it to be in the center of the screen, how do i do this?

    Thanks

  •  8,854
    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) :
    div#about~div .vc_col-sm-6 {
        margin: 0 auto;
        float: none !important;
    }

    Thanks


    ThemeNectar Support Team