How to fill the blanks with a new line of products in Front page categories

Hi Guys.
First of all, I would like to thank you for the help you provide to users.
This theme is one of the best.
I would like to add, that it is not possible to provide a link to the site, because it is under construction and I don’t want my client to access it until it’s finished.

My enquiry is the following: How can I fill with a second line of products (of the same category) each category in the front page (the category picture is tall and it makes a blank space.)
See picture in attachment.

Regards
Jean-Marc

Hello,

I hope you are doing well today.

There is not a option in the code to add the images below each other like that there so you would need to enlist the aid of a third party developer to make these changes, one of which you can find here:
https://colorlib.com/out/envatostudio

Best Regards,
Support

Sorry to be back to you. I noticed that in the demo, the 3 product pictures in the frontpage categories are as high as the category picture. It’s an alternative to the issue I had (a second line of products for each category). Is it possible either reduce the height of the category or increase the height of the product pictures to make the blank disappear?

Thx in advance
Jean-Marc

Hello,

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Hi,
here it is: https://becool.shoes/
Thanks

Sorry, i see only this message on your website:

Lo siento, estamos haciendo trabajos en el sitio.

Hi
I couldn’t leave the site open (it’s actually under construction). Could you do something just with the uploaded pic I send you before?
Thx
JM

Hello,

You can use the following CSS code to increase the image height by going to Appearance > Customize > Additional CSS and pasting it there.


img.attachment-shop_catalog.size-shop_catalog {
    height: 100%;
}

Best Regards,
Support