Hello,
I am facing the following problem shown in the pictures:
On the first picture I wish to have them align in the center, because they are slight to the left now and there is empty space on the right side. On the second picture you can see that its not center aligned. Any ideas on how I can align them?
Thank you in advance!
Moeed
June 25, 2024, 10:26am
2
Hey @PabloPier
Your website is password protected, can you share your website password?
Best Regards,’
Moeed
Yes, password is aottaw!!
Moeed
June 25, 2024, 10:33am
4
Hey @PabloPier
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi, I am getting the following result:
And this is my theme.liquid file:
Moeed
June 25, 2024, 11:02am
6
Hey @PabloPier
Can you share a good screenshot of the code with more lines included on the top?
Best Regards,
Moeed
Hello @PabloPier
Add this code at base.CSS
@media screen and (max-width: 767px) {
a.link.link--text.list-menu__item.list-menu__item--link {
margin: 0 auto;
display: table;
}
}
and the result will be
If you find this helpful, please like and mark the job as completed.
Thanks
This is what I get as result:
Please search for code on your theme.liquid