• Resolved imranprojectswp

    (@imranprojectswp)


    I created a column form which is working fine in Desktop & Tabs. On the mobile device the ‘submit’ button comes above the second column fields.

    I tried adding few CSS from other but the issues still exist.

    Is there any setting I need to change or add some other CSS.

    Thanks in advance.

    [email protected]

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • agharibyan

    (@agharibyan)

    Hey!

    Seems like the CSS you wrote is already applied. Could you please check this screenshot?

    But there is a responsiveness problem on mobile. The following CSS code fixes it:

    .fm-form .button-submit {
        width: 100%;
        padding: 8px 0px !important;
    }

    You can add it to Appearance > Customize > Additional CSS option.

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘2 Column Responsive’ is closed to new replies.