Home Forums WoodMart support forum Limit in categories appearing Reply To: Limit in categories appearing

#171669

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.