Hello, how can I center the position of button in mobile version?
Please chec the link in private content
Hey troupdim,
Thanks for contacting us!
Could you please post a link of your page so we can provide you an accurate solution? :)
Best regards,
Yigit
Hey,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) {
.avia-button.av-14b7av-fc5aa60a4df753ad7c839469f33ef344,
.avia-button-wrap.av-14b7av-fc5aa60a4df753ad7c839469f33ef344-wrap {
float: none;
}
.avia-button-wrap.av-14b7av-fc5aa60a4df753ad7c839469f33ef344-wrap {
max-width: 210px;
margin: auto;
}
}
Regards,
Yigit