Hello,
I use the debut theme and would like to move my footer down and to the center like this :
Domain is : www.joanachristina.com
Thank you ![]()
Hello,
I use the debut theme and would like to move my footer down and to the center like this :
Domain is : www.joanachristina.com
Thank you ![]()
Also add this CSS to your theme.scss file
.site-footer__content .site-footer__item.site-footer__item--one-half {
justify-content: center;
}
Thanks!