Home › Forums › WoodMart support forum › Limit in categories appearing › Reply To: Limit in categories appearing
February 5, 2020 at 1:32 pm
#171669
Aizaz Imtiaz Awan
Keymaster
Hello,
This is because of the Font size of the Text, You have to reduce the Font Size for it and it will appear in the particular section. Please copy and paste the below given CSS code to Theme Setting >> Custom CSS >> Custom CSS for Desktop section and check your site after removing the browser cache.
.meta-post-categories>a {
font-size: 8px !important;
}
Result: https://ibb.co/R3nHz7P
Best Regards.