This topic has 2 replies, 2 voices, and was last updated 1 years, 1 months ago ago by Rose Tyler
Hi,
I added a category grid view to my website and it works perfect on desktop. However, on tablet or mobile, one of the texts is not aligned to the center while other texts are aligned. https://prnt.sc/sqW2nWiOTD04 https://prnt.sc/Wn-NGhCpC7Bi
Can you please checch the issue? Have a good day!
Hello, Liva,
Thank you for contacting us and for using XStore.
Please add the next code custom CSS code:
@media (max-width: 768px) {
.categories-mask {
padding: 0px !important;
word-break: break-word;
}
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up