Solved

Venture Theme - Featured Collection

CaitS
Tourist
4 0 2

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

CaitS_0-1627517596645.png

 

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

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;
}

 

View solution in original post

Replies 4 (4)

KetanKumar
Shopify Partner
36839 3635 11972

@CaitS 

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

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

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

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
CaitS
Tourist
4 0 2

Thanks for your help.

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

Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

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;
}

 

CaitS
Tourist
4 0 2

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

Thanks

CaitS