Home Forums WoodMart support forum Error 404 Reply To: Error 404

#565353

Hung Pham
Keymaster

Hi elikia,

Thanks for your patience.

It’s actually a small spacing between columns and it also limited by the fixed width https://prnt.sc/wdO_xriIhJLB

Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS to make columns closer.

div.site-content .cat-design-alt.categories-with-shadow .category-image-wrapp img {
	width: 190px;
	height: 190px;
}

Regards,