Home › Forums › WoodMart support forum › ISSUE of 4 PRODUCT GRIDS PER ROW › Reply To: ISSUE of 4 PRODUCT GRIDS PER ROW
April 27, 2020 at 11:58 am
#190281

Artem Temos
Keymaster
Hello,
Here is how it looks with 3 columns https://gyazo.com/1b6c11a49e375ba46e9f606f72fe1b81
To remove the icon button on 4 columns layout add the following code to the functions.php file
add_filter( 'woodmart_hover_width_small', '__return_false' );
Regards