Why is my Venture Theme Featured Collection displaying incorrectly?

Hi,

I have a featured collection on the homepage of our website. The site is using Venture theme. There hadn’t been any issues with the how the collection displayed until yesterday. I adjusted some coding relating to ‘Text Columns with Images’ blocks but not the ‘Featured Collection’ and now even though I have selected the products to display across 2 rows in the editor the homepage is adding an extra row and missing a box. The same happens if I change the rows to 1 it will show as 2. Any suggestions?

Thanks

1 Like

@CaitS

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Thanks for your help.

Site URL = https://au.ironmanstore.com/

hello @CaitS

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-index #shopify-section-1627512118a8cb61fe .grid {
	display: flex;
        flex-wrap: wrap;
}
1 Like

You are a legend! Thank you so much, worked perfectly.

Thanks

CaitS