Help center-aligning widgets

  • Rooster47
    Asked on December 8, 2014 at 7:57 PM

    I'd like to center align two widgets in my form.

    The first is an Image Radio Button widget.

    The second are multiple Twitter widgets.

    When I center align them, they don't go all the way center aligned... Is there CSS I can add to fix this?

     

    Thanks

  • Ashwin JotForm Support
    Replied on December 8, 2014 at 9:38 PM

    Hello Rooster47,

    Please inject the following custom css code in your form and see if that helps you:

    li#id_36 {

    left: 100px;

    }

    li#id_17, #id_16, #id_7, #id_18, #id_20, #id_19 {

    left: 157px;

    }

    Please adjust the values of "left" in the css code to move it further left or right.  The following guide should help you in injecting custom css code:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this help.

    Do get back to us if you have any questions.

    Thank you!

  • Rooster47
    Replied on December 8, 2014 at 11:02 PM

    That's what I needed, thank you!

  • Ashwin JotForm Support
    Replied on December 9, 2014 at 12:41 AM

    Hello Rooster47,

    You are welcome.

    Do get back to us if you have any questions.

    Thank you!