Hello @muraduk
I reviewed your website. As I can see, a row class is used there in your theme to separate the full-width sections.
Please see the screenshot from here https://prnt.sc/m223b5
The first div with row class has two sections.
- Left sidebar
- Banner
The second div with row class has product items.
In your website, there is a big white space because your left sidebar is long.
The next div with row class will appear after the left sidebar ends.
You can do one thing.
Move the content of col-lg-9 from second div (row class) two first div (row class).
If you find my answer useful, Please click Kudos & Accept as Solution.