How do I display 4 custom contents in a row?

I am trying to display these 4 audios in one row instead of 2 rows. Can any one help me how to do this?

https://respekt.co/pages/for-business

Thank you for your help.

2 Likes

@eewee

Please try this code 1. Go to Online Store->Theme->Edit code 2. Asset->/theme.scss.liquid–>paste below code at the bottom of the file.

#shopify-section-bus1-custom-content .custom__item {flex: 0 1 25% !important;}

Thanks!

1 Like

@eewee

sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (min-width: 750px) {
#shopify-section-bus1-custom-content .custom__item {flex: 0 1 25%;}
}
1 Like

Thank you so much for your help. It works perfectly.

Thank you so much for your help. It works great!!!