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.
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.
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!
sorry for that issue can you try this code
@media only screen and (min-width: 750px) {
#shopify-section-bus1-custom-content .custom__item {flex: 0 1 25%;}
}
Thank you so much for your help. It works perfectly.
Thank you so much for your help. It works great!!!