Adjust Footer and Menu to 3 columns

The menu and footer menu in desktop suppose to be one row, three columns. Not sure why it changes to one column for footer and 2 column for the badges images. Any way to change it back?

This is the website url: https://noseintl.com/

Hi @Dramallama

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly

Hey @Dramallama

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

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.

Thanks @Moeed it works! How about this part? It suppose to be only one row

It’s fixed. Thanks a lot.