Controlling Button Width (Mobile Display)
-
We need to know how to change the button width assigned by Mailpoet for mobile devices.
Currently, Mailpoet assigns the following CSS to buttons for mobile devices:
@media screen and (max-width: 599px) { .mailpoet_button {width: 100%!important;} }
We changed the CSS code as shown below, but nothing happened. (yes, we cleared our cache)
@media screen and (max-width: 599px) { .mailpoet_button {width: 40%!important;} }
So, what are we doing wrong? What MailPoet file do we need to modify to accomplish the above? This is what we want the button width to look like.
Help appreciated.
Cheers!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Controlling Button Width (Mobile Display)’ is closed to new replies.