Hi
My store:
https://www.otterlydifferent.shop
Theme: Motion
On all my collection previews the title is right-aligned.
I want to center those titles.
for example under the menu: Store>T-Shirts
or from my homepage:
Solved! Go to the solution
This is an accepted solution.
I can see your title shows in white and left aligned. Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (min-width: 590px) {
.skrim__title { margin: 0 25px 25px 0px !important; text-align: center; width: 100%; }
}
@media only screen and (max-width: 589px){
.skrim__title { margin: 0 12.5px 12.5px 0px !important; text-align: center; width: 100%; }
}
Let me know if this works.
Thanks!
User | Count |
---|---|
445 | |
209 | |
95 | |
89 | |
69 |