Moving the dynamic dropdown widget selectors to the right side

  • yedidya
    Asked on January 21, 2017 at 6:42 AM

    9. Field “Page Break”:

    If it was possible that the list was notable opens to the left (or center) and not to the right, that would be great.

     

    סוג עבודה רצוי Screenshot 10

  • Welvin Support Team Lead
    Replied on January 21, 2017 at 7:52 AM

    Inject the following custom CSS codes to the widget:

    #dropdownsContainer select {

        float: right !important;

    }

    select.dd-0.dd-1.dd-2 {

        width: 100%;

     

    }

    Moving the dynamic dropdown widget selectors to the right side Image 1 Screenshot 30

    Note, this is the widget CSS, no the form CSS.

    The result should be like this:

    Moving the dynamic dropdown widget selectors to the right side Image 2 Screenshot 41