How can I adjust the alignment of my footer settings without distortion?

my footer is showing setting like this in the image when i added menu and it was distorted. how can i change the alignment of all i horizontal way without it being distorted. how can we change the code???

1 Like

Hi @essencia_necess

Would you mind to share your Store URL website? with password if its protected. Thanks!

essencianeccesia.com

1 Like

Im sorry but I didnt ask you. What is your original alignemnt of the footer?

I align it like this.

This is the code.

.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.grid--3-col-tablet {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    width: 100% !important;
    margin-left: 0px !important;
}

.footer-block.grid__item {
    width: 100%;
}

.footer-block--newsletter {
    flex-direction: column;
    align-items: start;
}
1 Like

thank you so much I tried your method and it works well.

1 Like