How do I line up my product options horizontally on mobile views?

  • BostonGalleryWrap
    Asked on October 7, 2016 at 4:28 PM

    Hi Support Peeps

     

    They line up horizontally on the desktop version of my form but not on the mobile version.

    This makes the form unattractive and very long because the variants are stacked on top of one another.

    I have "Make Form Responsive" checked in the Designer but that doesn't help.

     

    Many people will be ordering from their mobile phones so it's important to me that they have a good visual experience.

     

    Also, it would be nice if I could center the products on the desktop version.  Seems I only have control over the label.

    Any help you can give me is appreciated.

     

    I've included a link to my form.

     

    Thanks,

    Brian Smith

    Boston Gallery Wrap

  • David JotForm Support Manager
    Replied on October 7, 2016 at 8:18 PM

    Please inject the following code in your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    @media only screen and (max-width: 480px) {

    .form-sub-label-container {

        margin: 0px !important;

        width: 105px !important;

    }

    .form-product-item {

        width: 100% !important;

    }

    }

    Result:

    How do I line up my product options horizontally on mobile views? Image 1 Screenshot 20

    Let us know if you need more help, we will be glad to assist you.