re-arrange icons on mobile version (dawn theme)

how can I display these small icons on mobile like shown below? website: www.10xfuel.com

thank you!

Hallo @10xfuel

Please add this css to theme.liquid file above tag

@media screen and (max-width: 989px){ .grid--1-col-tablet-down .grid__item { width: 49% !important; max-width: 100% !important; padding-bottom:45px !important; } }
1 Like