Hello there, Shopifiers!
I have been struggling with an element in my footer and I tried several things to fix it with CSS but couldn't get it done right... It looks like the ".site-footer__content" part - where I've written "Shipping worldwide" is slightly placed on the left - and not at the center where I want it to be. Idk if it is some kind of margin or padding that is causing this difference but I could not get rid of it. While it is not that obvious on desktop, when I use the mobile version of my shop, it is clear that the footer content is not centered.
I'm using the Debut Theme, my website: https://waasclothing.com/ password: "craeba".
Any help would be much appreciated!
Jack
Solved! Go to the solution
do you mean this one?
This is an accepted solution.
Hello @JackHobbes
Go to Online Store->Theme->Edit code->Asset->theme.scss.liquid->paste bellow code in bottom of file
@media only screen and (max-width: 749px) { .site-footer__item.site-footer__item--center.site-footer__item--full-width { justify-content: center; } }
User | Count |
---|---|
542 | |
209 | |
126 | |
79 | |
44 |