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

#437359

Luke Nielsen
Keymaster

Hello,

1. In case, if you use the Layouts, please add this custom-shop-loop-headCSS class to the element to which it will scroll.

https://prnt.sc/LGNGZrZchoKX

Then use the below code with the updated class.

if ( ! function_exists('wd_change_link') ) {
    function wd_change_link() {
        return '.custom-shop-loop-head ';
    }

    add_filter('woodmart_ajax_scroll_class', 'wd_change_link');
}

1c.I have set the padding for the column and the gap started to be as on the live site.

https://prnt.sc/S69LY99dSyKg

As for the arrow, you are using the “Product categories” element that doesn’t have such arrow.

https://prnt.sc/GF5SBN9-DbEK

You need to use an appropriate element – “Page title”.

https://prnt.sc/2rl47A1GQvKO

Kind Regards