Hi,
In the Narrative theme, when adding contact details in the footer, they appear double. Somewhere there is a mistake in the code, but I’m unable to find out where.
Does anybody know how I can fix this?
Thanks in advance!
Hello There,
Please share your store URL.
So that I will check and let you know the exact solution here.
It’s https://mypastrybag.nl , the password to enter is ‘testen2021’ . It’s about the ‘My Pastry Bag, Utrechtsestraat 132-2, 1017VT Amsterdam’. part in the Footer. The one on the left, above ‘neem contact met ons op!’ should be there, the part on the left (the middle of the footer) shouldn’t.
Thanks in advance!
Hello There,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
.flex-footer__item.flex-footer__item–menu:nth-of-type(2) {
display:none!important;
}
li.site-footer__linklist-item.h6 {
text-align: center!important;
}
Thanks!