Okay
  Public Ticket #839711
Apply CSS just to row
Closed

Comments

  • Tony started the conversation

    Hi,

    I want to apply the css below just to one row on my page, no others. I see I can add a custom class or row ID in the row settings but I don't know the process or CSS syntax to actually do so. What do I need to do to apply the CSS code below to a specific row? Thank you.


    .vc_row-fluid .vc_col-sm-6 {
        margin-left: -90px !important;
    }


  •  9,030
    Tahir replied

    Hey ,

    See screenshot: http://prntscr.com/bx8b3d

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

    .ptest.vc_row-fluid .vc_col-sm-6 {
        margin-left: -90px !important;
    }
    

    Bes.t


    ThemeNectar Support Team