This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 3

Radio buttons inline in admin but not on website


  1. braysher
    Member

    I have a radio button section in my current form and I set the columns option to inline. I shows them inline in the admin screen but it still displays the buttons vertically on the embedded form. Am I missing something?

    Example (t-shirt size section): http://www.sopchoppymudrun.com/registration/

    Also, how do I remove the default border from around radio button sections?

    Thanks,
    Matt

    Posted 10 years ago #
  2. yuniar

    It seems you have a narrow area and it triggered the mobile-view mode.
    To fix this, you can edit your "view.mobile.css" file (should be located under your machform folder)

    The first line of code within that file is this:

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

    change it to become:

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

    MachForm Founder

    Posted 10 years ago #

RSS feed for this topic

Reply