Site URL: https://www.launchwiththekings.com/live#pricing-all-tiers
On desktop, I have three buttons side by side. But on mobile, the three buttons are stacked on each other. My goal is to have the same look on mobile that I have on desktop currently.
I tried to fix it with this code:
@media screen and (max-width:640px) {
#block-yui_3_17_2_1_1648669314242_338177, #block-yui_3_17_2_1_1648669314242_336197, #block-yui_3_17_2_1_1648669314242_318802{
width: 33% !important;
float: left !important;
padding: 2px !important;
}}
Any thoughts on what I'm doing wrong?