Home › Forums › WoodMart support forum › Section of Cat. Desc. not stretching across Width. Is it glitch or Am I missing › Reply To: Section of Cat. Desc. not stretching across Width. Is it glitch or Am I missing
February 6, 2023 at 3:35 pm
#440808
Luke Nielsen
Keymaster
Hello,
1. Please remove the old custom code and paste the below.
if ( ! function_exists('wd_change_link') ) {
function wd_change_link($classes) {
if ( function_exists('woodmart_is_shop_archive') && woodmart_is_shop_archive()) {
return '.wd-products-per-page';
}
return $classes;
}
add_filter('woodmart_ajax_scroll_class', 'wd_change_link');
}
So try to use this one, otherwise, such scroll will not work either as it is or as per default, unfortunately.
Kind Regards