'Text column with images' 4 columns in 1 row

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (max-width: 767px){ .grid__item.large--three-twelfths.medium--six-twelfths { width: 25% !important; } .medium--six-twelfths h3.h4 { font-size: 11px !important; } .grid__item.large--three-twelfths.medium--six-twelfths { flex: 0 0 25% !important; } }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.