Hi,
I have a small display bug in mobile wen displaying the categories, you can see it here:
https://prnt.sc/18z3q34
The word of the categorie is: Sempervivum , it should fit if it was centered, how can i solve it?
Thanks!
This topic has 8 replies, 3 voices, and was last updated 4 years, 4 months ago ago by Rose Tyler
Hi,
I have a small display bug in mobile wen displaying the categories, you can see it here:
https://prnt.sc/18z3q34
The word of the categorie is: Sempervivum , it should fit if it was centered, how can i solve it?
Thanks!
Hello,
Add the below code to Theme Options > Custom CSS
@media only screen and (max-width:480px){
.category-grid img ~ .categories-mask, .category-grid .category-bg ~ .categories-mask {
left: 1.43em;
right: 1.43em;
padding: 0;
}
}
Regards
Hi,
I tried this code you sended but it made no diference, it just stays the same…I have tried in global css and also in the mobile.
Hi,
I do not see the code on your site. Do you have a cache plugin or server cache?
Make sure that the code is added in the Global custom CSS area and provide temporary wp-admin access.
Regards
Hi,
I have added the code in global CSS, nothing happened, just stays the same…
Hello,
I did not find the code, so I added it here – https://gyazo.com/b9d1e0d843cdea30ac7f55b4ed1b2735 , clear cache and check – https://gyazo.com/4853a91a3f078d14707c9a8be1882ff6
Regards
I added it in global, but i deleted it has it was not making any changes, anyway it is working now, thank you!
Hello,
You’re welcome!
Regards
The issue related to '‘Small Letter display error in mobile’' has been successfully resolved, and the topic is now closed for further responses