the_first_wolf Posted October 9, 2023 Posted October 9, 2023 (edited) Hello! The code stopped working on the forms (mobile version). Does anyone know how to fix this? Edited October 12, 2023 by the_first_wolf
tuanphan Posted October 12, 2023 Posted October 12, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
the_first_wolf Posted October 12, 2023 Author Posted October 12, 2023 (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, 2023 by the_first_wolf
Solution Web_Solutions Posted October 12, 2023 Solution Posted October 12, 2023 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; } Ainul 1 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.
the_first_wolf Posted October 12, 2023 Author Posted October 12, 2023 It worked! I'm grateful for your help.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment