Hello,
I would like to make my rich text centred on mobile and keep left on desktop. How do I do this?
URL: www.samiyaskincare.com.au
Password: ellacoker
Hello,
I would like to make my rich text centred on mobile and keep left on desktop. How do I do this?
URL: www.samiyaskincare.com.au
Password: ellacoker
You can add below css to your theme css file to set rich text centred on mobile
@media (max-width: 640px) {
.rich-text__blocks.left {
text-align: center;
}
}