Adjust Footer and Menu to 3 columns

Hello @Dramallama

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 (min-width: 990px){ footer .t4s-col-12 { width: 22% !important; } .t4s-row-cols-md-2>.t4s-col-item { width: 33% !important; } }

my reply helpful? Click Like to let me know!

your question answered? Mark it as an Accepted Solution.