Forums › Forums › Bug Reports › Button alignment/responsiveness issue on mobile
Tagged: button, mobile-responsiveness, ultimateblocksbutton
-
Button alignment/responsiveness issue on mobile
-
Hi guys,
I have just picked up on some issues with my buttons on mobile.
Screenshot: https://ibb.co/gTSkDTR
Is it something I can do to fix this?
Cheers, Pete
-
Hi @petefromhome ! Upon checking your page, I noticed that you’re using the largest available button size. The easiest fix would be using a smaller button size. However, if you want to keep your current button size, you may add the following code to your custom CSS:
@media (max-width:630px){
.ub-button-flex-larger{
min-width: initial;
}
}Please let us know how it goes.
-
Hi Alexis,
Thanks a million for getting back to me on this one.
It has worked like a charm!
Thanks a lot for your help!
Cheers, Pete
-
Log in to reply.