Thanks for the info, do you mean like this right?
Not like this?
Cause on the smaller screen this is user friendly.
But if you like the first image check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
@media only screen and (max-width: 470px){
.icon-block-container.icon-block-container-d74a3a48-6d7d-4568-af96-051c0b10b80a {
display: flex !important;
flex-direction: row;
flex-wrap: nowrap;
}
.icon-block {
width: 33%;
}
}
And SAVE.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

