How to adjust the text size of the image radio button field?

  • gwabix
    Asked on September 27, 2019 at 9:05 AM

    Hello again,
    I have an other question about the image radio buttons plugin : I have 8
    images/button to show, if I want to arrange them on two rows of 4, I have
    to set the size to 100px, but then text become very small !
    [image: image.png]
    How could I manually choose the numbers of pictures on each row (and keep
    the size to 80) or force the text to stay to a good size to read ?
    Thank you very much for your work and for helping me out with this.

  • Jed_C
    Replied on September 27, 2019 at 9:44 AM

    You can inject the CSS below to adjust the font size of the text.

    span {

        font-size: 11px !important;

    }

    Please make sure to inject it inside each widget's CSS tab. Check this guide https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets.

    I hope that helps. Let us know if you have any questions or if you need further assistance. 

  • gwabix
    Replied on October 3, 2019 at 6:48 AM

    Perfect ! Thank you !