Hi!
We are trying to center the Footer content (title, menu, email subsription) to the center. Right now it is in the left - see screenshot below. Any help appreciated! Thanks in advance!
store url: monomshop.co (pw sheupu)
Hi!
We are trying to center the Footer content (title, menu, email subsription) to the center. Right now it is in the left - see screenshot below. Any help appreciated! Thanks in advance!
store url: monomshop.co (pw sheupu)
Hi @monomgroup
Please follow the instructions below
.footer-block.grid__item.footer-block--menu {
display: flex;
flex-direction: column;
align-items: center;
width: max-content;
}
.footer__content-top.page-width {
display: flex;
flex-direction: column;
align-items: center;
}
that worked perfectly, thanks!