Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1274845
    DoebankDesigns
    Participant

    I have a form that doesn’t want to left align on mobile. It appears that there’s some padding pushing it to the right on mobile devices, but I can’t find the solution. Any ideas? I’ll send the URL in a private message.

    #1274848
    DoebankDesigns
    Participant
    This reply has been marked as private.
    #1274858
    Nabeel A
    Moderator

    Hi there,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    @media screen and (max-width: 490px) {
    .formcraft-css .fc-form-3 .form-element .form-element-html {
        padding: 0.2em 1.5em 0.2em 0 !important;
    }
    }

    Let us know how this goes!

    #1274878
    DoebankDesigns
    Participant

    That didn’t change anything.

    #1274885
    DoebankDesigns
    Participant

    I think I fixed it. I changed the code to this:

    @media screen and (max-width: 490px) {
    .formcraft-css .fc-form-3 {
        padding: 0.2em 1.5em 0.2em 0 !important;
    }
    }
    #1274891
    Jade
    Moderator

    Glad to hear you got it sorted. Cheers!

  • <script> jQuery(function($){ $("#no-reply-1274845 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>