Hi,
Where I have to make changes to reduce the space between rows in product listing page as seen in the screenshot.
Thanks in advance
if (!$columns){
$columns = 3;}
$column_width = (int)(100-$columns)/$columns;
if ($columns > 3){
$font_size = 9;
$button_font = 9;
$min_height = 220;
} else {
$font_size = 10;
$button_font = 11;
$min_height = 250;
}
Users browsing this forum: No registered users and 3 guests