Sliders with calculated result: How to change the line spacing

  • mbas123
    Asked on April 28, 2015 at 9:49 AM
    Also I want to change the line spacing of the label slider and the slider itself.
  • Ben
    Replied on April 28, 2015 at 10:00 AM

    As mentioned on the other thread, I will raise this thread as well to our team working on this so that you can be updated as soon as there are any news in regards to this which would allow us to add custom CSS to the widget and re-style its fields.

    Once possible, it would be easy to make the modifications you are after.

  • mbas123
    Replied on April 28, 2015 at 10:54 PM

    Hello,

    Thank you, I've set the widget as a required field but it seem that it is not working, I am able to proceed to the next page even without answering the question.

     

    Thanks

    Rey Galvez

  • TitusN
    Replied on June 17, 2015 at 1:25 AM

    Hello, 

    Custom CSS has been implemented. 

    Sliders with calculated result: How to change the line spacing Image 1 Screenshot 20

    You can use the .label_row class to define the width of the labels vs the slider, for example: 

    .label_row {

      width: 20%;

    }

    Please try it and let us know.