Tagged: Buttons, enfold, resize, responsive
Hi,
I have a problem with buttons text labels.
I created more buttons on color sections and the buttons don’t resize on mobile device.
Thanks,
ROsa
Hey pinkabbestia!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) {
#top .rv-avia-button .avia-button {
font-size: 14px;
min-width: 120px;
}}
Best regards,
Yigit
Thanks Yigit but the code doesn’t work.
Rosa
Hey!
Can you please try changing it to following
@media only screen and (max-width: 767px) {
.rv-avia-button .avia-button {
font-size: 14px !important;
min-width: 120px !important;
}}
Best regards,
Yigit
YO! This css Works!