How to change dynamic dropdown list widget text alignment?

  • Matmoni
    Asked on September 19, 2024 at 12:15 PM

    i have another question

    we have dynamic dropdown list widget, is it possible to move the picked values left ?

    thank you

    how can i create a space between my next / back buttons? Image 1 Screenshot 10

  • Arghya JotForm Support
    Replied on September 19, 2024 at 12:50 PM

    Hi Doron,

    Unfortunately, it's not possible to move the text after selecting an option in the Dynamic Dropdown widget. However, you can move the whole option text to the left using custom CSS code. Let me show you how:

    1. In Form Builder, go to Dynamic Dropdown widgets.
    2. Click on Wand icon and go to Custom CSS tab.
    3. Now, paste this code below.
    .select2-m9t2-container .select2-selection__rendered {
        text-align: end!important;
    }

    How to change dynamic dropdown list widget text alignment? Image 1 Screenshot 20

    If that’s not exactly what you’re looking for, can you explain a bit more, so I can help you better?

    Give it a try and let us know if you need any help.

Your Answer