Hi,
Can you tell me why on mobile, a row of buttons do not align centrally?
You can see the blue buttons on the link below
Hey amyteslin,
I’m not sure which buttons you are referring to, could you post a screenshot of the problem please?
Best regards,
Rikard
Hi,
Thanks for the screenshot but I’m not seeing this on my Android device (360px) or in Chrome Dev Tools mobile emulation 375px – 425px
what screen resolution and device are you seeing this at?
Best regards,
Mike
Hi,
Thanks for the feedback, I don’t have an iPhone but I do see that the first button that is not in the button-row doesn’t have the left & right 3px margin that the button-row has, try adding this css for the first button:
.avia-button-wrap.avia-builder-el-12 > .avia-button {
margin: 3px;
}
Please note that testing with Safari can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
Please also try this.
Best regards,
Mike
Ok, I can try that but that doesn’t cover the other buttons on the other pages such as this one:
Hi amyteslin,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width: 767px) {
#top .avia-buttonrow-wrap .avia-button {
display: block;
max-width: 280px;
margin-left: auto !important;
margin-right: auto !important;
}
}
Hope it helps.
Best regards,
Nikko