Hi,
I am having some troubles centering the images on mobile. I have created a number of pages and this is how it looks:
This is how it should be:
I don’t know why the last one is ok and the other not, could you help me out?
Thank you!
Hello @ecocool
It’s GemPages support team and glad to support you today.
To provide you with the most precise solution in this case, could you please share the store link?
Sure, the link is:
https://tukiki.net/
Here the example page (on desktop it looks fine):
https://tukiki.net/pages/alkanna-tinctoria-root-extract
Thank you!
I would like to give you a solution to support you.
Go to Online Store → Theme → Edit code.
Open your assets/base.css theme file.
Add the code at the end of the file:
@media screen and (max-width: 749px){
.rte img{
margin-left: auto !important;
margin-right: auto !important;
display: inline-block;
}
}
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Works perfectly, thank you very much ![]()
Hi @ecocool ,
I am so glad that my solution can help.