Css question
-
Hi!
I love your plugin, but am having one small problem with editing the styling. When I use Dev Tools and view the mobile view (iphone 6/7/8/X), the mailchimp easy form in the center of the homepage of my website doesn’t align properly, extends onto two lines and makes the background image I’ve set repeat which doesn’t look good.
In my stylesheet, I’ve assigned the following:
@media only screen and (max-width: 480px)
.yikes-easy-mc-form .submit-button-inline-label {
width: 10%;
min-width: 65px;
float: left;
}But for some reason it seems to be being overwritten by the default of:
.yikes-easy-mc-form .submit-button-inline-label {
width: 20%;
min-width: 90px;
float: left;
}as the css that I’ve put in is crossed out in Chrome Dev Tools and displays the latter on the mobile view.
Am I doing something wrong, or just missing something simple? How can I style just the mobile version of Easy Forms for Mailchimp?
Thanks so much!
The page I need help with: [log in to see the link]
- The topic ‘Css question’ is closed to new replies.