Change left-margin of widget Form Tab..

  • sahackteam
    Asked on January 3, 2015 at 10:36 AM

    Hi,

    I am currently having problem adjusting the position of the tabs to make it fit the starting position of my form. I hope you get what I am trying to tell. As shown in the picture below, the red marker shows that the tabs is currently stuck outside a little from the form. Any idea? I have tried this method. But doesn't seem to work.


    .tabs-list li {
    padding-left : 5px!important;
    color : black!important;
    }

    Change left margin of  widget Form Tab Screenshot 20

  • jonathan
    Replied on January 3, 2015 at 7:06 PM

    Hi,

    Please try using this CSS code instead

    .tabs-list li {
    margin-left : 20px !important;
    color : black!important;
    }

     

    It should be the margin-left  instead. Adjust the number as necessayr.

    It works on my test form

    Change left margin of  widget Form Tab Screenshot 20

     

    Thanks.