• Resolved krishna0101

    (@krishna0101)


    Hi,
    I have been trying to make this site (https://diffo.com.au/participating-partner-sign-up-form/) mobile responsive. It looks awesome and satisfies my design requirements only for desktop but when I look in mobile it doesn’t align itself to mobile screen. Please help. I am using basic version, but happy to buy pro if it satisfies my needs.
    Even though your site says its responsive, why is it not working for my web page. I cleared all my cache from the browser. Please advice.

    Cheers,
    Krish.

    • This topic was modified 6 years, 5 months ago by krishna0101.

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Formcrafts

    (@nishncraftsnet)

    Thanks for bringing this to my attention. I’ll patch this in an update. We don’t have this issue with the premium version,

    For now, try using this Custom CSS:

    .fcb_form {
    max-width: 100%;
    }

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

    .formcraft-css .fcb_form .form-element {
    width: 100% !important;
    }

    }

    Thread Starter krishna0101

    (@krishna0101)

    Hi,
    Thank you so much for responding in such short period.
    Absolutely appreciate your effort.
    I did use the CSS in my additional CSS field, it improved the page. I can now get all the fields in a vertical view. But, now I am facing issue in display of all field names. Field names are not displayed but only emplty fields are being displayed in a vertical form. Please help.
    Thanks in advance.

    Cheers!
    Krish

    Plugin Author Formcrafts

    (@nishncraftsnet)

    Are you referring to the field labels being cut off? That is owing to your layout plugin which is extending beyond the page. The form would fill up its parent container, which, in this case, is outside the viewport.

    Thread Starter krishna0101

    (@krishna0101)

    Awesome! It worked. You are the best support group.
    Thank you so much!
    Before I close this just wanted to ask a quick question if we can adjust opacity of the table as i wanted to add a video background but it gives out a white background,
    I am using visual composer as my building plugin.
    Again, thank you guys!

    Cheers!
    Krish.

    Plugin Author Formcrafts

    (@nishncraftsnet)

    Which table? if you want to make the form translucent, use this CSS:

    .formcraft-css .fcb_form {
    background: rgba(255,255,255,.5);
    }

    Thread Starter krishna0101

    (@krishna0101)

    Sorry my bad I meant the form

    Thread Starter krishna0101

    (@krishna0101)

    Thank you guys! I will now close this issue.

    Plugin Author Formcrafts

    (@nishncraftsnet)

    Thanks. I hope you would also update your rating!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘not Mobile responsive’ is closed to new replies.