Our footer has 3 column but all different widths. How to make it all 3 with 33% each?

Hi,

we are using Dawn theme, and we added a 3rd column to our footer, but the middle column is gigantic while the other two very small. This in desktop.

Does anyone can help put all 3 columns with the same width?

very appreciated.

1 Like

Hello There,

Please share your page store URL and Screenshot.
So that I will check and let you know the exact solution here.

@proheeder ,

Please share the URL

The link is https://proheeder.com/

@proheeder ,

.footer-block.grid__item.footer-block--menu {
    max-width: initial;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

1 Like

Thank you so much @oscprofessional Problem fixed.