Hi there, I’m hoping someone may assist with an elusive bit of css to centre the footer links.
I have tried many of the solutions I’ve come across but still they won’t budge on mobile. I have spent a several hours to no avail.
Thank you in advance
Hi there, I’m hoping someone may assist with an elusive bit of css to centre the footer links.
I have tried many of the solutions I’ve come across but still they won’t budge on mobile. I have spent a several hours to no avail.
Thank you in advance
Hi there
How are you doing today
I can help you fix that
Hi @chdev ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
HI there,
Hopefully this link enough: https://v2qin1izntgk97l4-60746432672.shopifypreview.com/
Thanks for reaching out.
I have done many css tweaks but this one has me stumped.
C
Hi @chdev ,
You can follow the instruction below:
@media (max-width: 769px) {
.footer-block__details-content .list-menu__item--link {
justify-content: center !important;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Thank you, nailed it.
I’m sure I tried code similar to that.
I have another good one for you if you would be so kind to help also. On the individual product listing I’m unable to get the quantity text, quantity input and also the buy and cart button to centre on mobile.
I would really appreciate your help.
Thank you in advance
C
Hi @chdev ,
I do not understand you.
Can you take a picture of the part you want to show me?
Hi @chdev ,
You can try below code in section-main-product.css file:
@media (max-width: 769px) {
.product-form__quantity .form__label {
text-align: center;
}
.product__info-wrapper .quantity,
.product-form__input,
.product-form__buttons {
margin: 0 auto !important;
}
}
Hope it can help you. ^^!
Fantastic, I’m very grateful!
C
Hi there once more, I hope you may help with moving the navigation from the left next to the logo, to the right next to the search and cart?
Again I have tried many solutions but this one also escapes me.
Thanks in advance.
Hi there once more, I hope you may help with moving the navigation from the left next to the logo, to the right next to the search and cart?
Again I have tried many solutions but this one also escapes me.
I also wonder if it’s possible to stretch the header to full screen.
Thanks in advance.