Hello,
I’m wondering if anyone can help-I’ve managed to stack the newsletter form under my quick links in the footer of the Debut theme. But for some reason, the line of links is not centred with the newsletter form below. Does anyone know how to adjust so that the quick links line is not too far over to the left, but centred with the form below? See image to illustrate.
Thanks,
Sarah
@SJGDesign
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hi,
Thanks for the quick reply-
https://sarahgoodwindesign.com
password: onyxN0IR
@SJGDesign
Please add the following code at the bottom of your assets/theme.css file.
.site-footer__content .site-footer__item:first-child {
display: block !important;
text-align: center;
}
Hope this helps.
Thanks!
Hello There,
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.site-footer__content .site-footer__item:first-child {
width: 100% !important;
justify-content: center!important;
}
Screenshot :- https://prnt.sc/10hziat
@SJGDesign
place below code at the bottom of the file theme.css
@media only screen and (min-width: 600px) {
.site-footer__item{
padding: 0 !important;
}
.site-footer__content .site-footer__item:first-child{
justify-content: center !important;
}
}
Kindly feel free to get back to me if you need any further assistance Thanks!
Great! Thanks for your help!