How do I indent text in dropdowns?

  • netruck
    Asked on April 13, 2016 at 8:19 PM

    How do I indent text (padding) in dropdowns?

  • jonathan
    Replied on April 13, 2016 at 11:17 PM

    You can inject a custom CSS code liek this 

    form-dropdown{

        padding-left: 100px;

    }

    How do I indent text in dropdowns? Image 1 Screenshot 20

     

    adjust the px number to your requirement.

    Is this what you meant? Please let us know if there is more we can help you with.