How to have collection list showing in one row instead of two rows in narrative theme

1 Like

@kcgrafix

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.

www.kc-grafix.com thank you

1 Like

hello @kcgrafix

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

@media screen and (min-width: 768px) {
 #shopify-section-1630944950af4e1e25 .grid.grid--uniform ,  #shopify-section-16309450039452efa6 .grid.grid--uniform  {
     display: flex;
 }
 }
1 Like

@kcgrafix

thanks for url

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
collection-grid .grid {
    display: flex;
    flex-wrap: wrap;
}

what do you mean apply for 5-6 secs?

1 Like

@kcgrafix

ignore that it just text you have just add code that is

thank you