How to center align Image Radio Buttons widget in mobile view?

  • dgwhitebird
    Asked on January 19, 2018 at 3:45 PM

    How can I center align the image radio buttons for the mobile view? They seem to currently be left aligned.

    Jotform Thread 1355385 Screenshot
  • Jed_C
    Replied on January 19, 2018 at 4:58 PM

    Inject the CSS code below into your widget's CSS not the form's css.

    1516399072center align2 Screenshot 10

    #images_button_container{

     text-align: center;

    }

    Sample screenshot:

    1516398965center align Screenshot 21

    Let us know if you need further help.