We are having a little issue with our footer. The entire footer is left aligned and there is a ton of space to the right. We are using the Debut Theme as well. Any help would be greatly appreciated.
Site Url:
Screenshot of Footer:
We are having a little issue with our footer. The entire footer is left aligned and there is a ton of space to the right. We are using the Debut Theme as well. Any help would be greatly appreciated.
Site Url:
Screenshot of Footer:
In theme → Online Store → Action → Edit code →
Go to the Assets → open theme.scss.css
Then paste this code at the bottom of file
.site-footer__item.site-footer__item--one-third {
justify-content: center;
text-align: center;
}
li.site-footer__linklist-item {
padding: 0 0px 5px 0;
}
hr.site-footer__hr {
display: none;
}
hr.site-footer__hr + .page-width .grid__item.one-half.small--one-whole{
width: 100%;
text-align: center;
}
.site-footer__payment-icons{
text-align: center;
margin-top: 15px;
}
hii, @ljporrata
Kindly share your store password so,
I can solve it perfectly.
Thank You.