the_first_wolf Posted October 9 Share Posted October 9 (edited) Hello! The code stopped working on the forms (mobile version). Does anyone know how to fix this? Edited October 12 by the_first_wolf Link to comment
tuanphan Posted October 12 Share Posted October 12 Hi, Which code are you referring to? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
the_first_wolf Posted October 12 Author Share Posted October 12 (edited) Hi, Thank you for your time! The code should have changed the button on the form, specifically its font size and color. Here's the code I used: @media only screen and (max-width:640px) { .form-wrapper input[type=submit] {padding: 11px !important; font-size:11px!important; }} #block-1c8c2617b7fc5edfd74e .form-wrapper input[type=submit] { background: white linear-gradient(to right, #f857a6, #ff5858) !important; } He had been working for several months before this, so I am confused. Edited October 12 by the_first_wolf Link to comment
Solution Web_Solutions Posted October 12 Solution Share Posted October 12 1 hour ago, the_first_wolf said: Hi, Thank you for your time! The code should have changed the button on the form, specifically its font size and color. Here's the code I used: @media only screen and (max-width:640px) { .form-wrapper input[type=submit] {padding: 11px !important; font-size:11px!important; }} #block-1c8c2617b7fc5edfd74e .form-wrapper input[type=submit] { background: white linear-gradient(to right, #f857a6, #ff5858) !important; } He had been working for several months before this, so I am confused. Can you replace the code with the code below? @media only screen and (max-width:640px) { .form-wrapper button[type="submit"] { padding: 11px !important; font-size:11px!important; } } #block-1c8c2617b7fc5edfd74e .form-wrapper button[type="submit"] { background: white linear-gradient(to right, #f857a6, #ff5858) !important; } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
the_first_wolf Posted October 12 Author Share Posted October 12 It worked! I'm grateful for your help. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment