How can I change margins of text box?

  • OakTreeCC
    Asked on June 26, 2020 at 11:08 AM

    How can I get the drop down option to format right under the product name? In the image below I would like for the size drop down to be under the Item name and price. Do I need to adjust margins of the photo?

  • OakTreeCC
    Replied on June 26, 2020 at 11:15 AM

    1593184506Sceenshot Screenshot 10

  • David JotForm Support Manager
    Replied on June 26, 2020 at 1:29 PM

    Hi, the only way would be by applying CSS code injection to each of those dropdown fields. Here is the example for the following dropdown:

    1593192369dropdown Screenshot 10

    Please try injecting the following code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    #id_71,#id_169,#id_67,#id_167,#id_200{

        top: -200px !important;

    }


    Let us know if you need more help.