Home Forums WoodMart support forum Images looking uneven on HomePage Shop Categories Reply To: Images looking uneven on HomePage Shop Categories

#354199

Hello,

You are Most Welcome.

The titles are too large for some and others are small. You can try reducing the font size of the categories titles by using the following Custom CSS in the Custom CSS for Mobile area.

.category-grid-item .wd-entities-title {
    font-size: 10px;
}

Best Regards