After tweaking the buttons so that they looked good visually on desktop, I noticed that they’re a jumbled mess on mobile. How can I fix this so that they’re stacked neatly either vertically or horizontally on mobile?


After tweaking the buttons so that they looked good visually on desktop, I noticed that they’re a jumbled mess on mobile. How can I fix this so that they’re stacked neatly either vertically or horizontally on mobile?


Hi There @ppe29
Thanks for writing in! Could you please try adding the following CSS rule into your X > Theme Options > CSS area and see if that helps.
.x-anchor-button {
margin: 10px auto !important;
width: 100%;
}
Thanks!
Perfect. Cheers!
You’re welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.