Tagged: x
-
AuthorPosts
-
November 29, 2016 at 10:53 am #1274845
DoebankDesignsParticipantI 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.
November 29, 2016 at 10:53 am #1274848
DoebankDesignsParticipantThis reply has been marked as private.November 29, 2016 at 11:06 am #1274858
Nabeel AModeratorHi 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!
November 29, 2016 at 11:23 am #1274878
DoebankDesignsParticipantThat didn’t change anything.
November 29, 2016 at 11:25 am #1274885
DoebankDesignsParticipantI 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; } }November 29, 2016 at 11:26 am #1274891
JadeModeratorGlad to hear you got it sorted. Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1274845 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
