Hi Everyone.
Anyone know how I can center the heading text on collection list section on the spotlight theme? My website is www.PPFMERCH.com
Thank you in advance
Hi Everyone.
Anyone know how I can center the heading text on collection list section on the spotlight theme? My website is www.PPFMERCH.com
Thank you in advance
.title-wrapper--no-top-margin {
justify-content: center !important;
}
Hi @Justin34 ,
Step 1: Go to Shopify Admin β Online Store ->Theme β Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you
Worked perfectly Thank you so much!! Really appreciate it.
No problem. Have a good day.
Quick question. I noticed that its centered on the desktop version of the site but not our mobile version. Is there a way to make it centered on mobile too? Thank you.
You can try this code @Justin34
.title-wrapper--no-top-margin {
justify-content: center !important;
text-align: center !important;
}
@Justin34 Please try replacing it with the new code I provided.
PERFECT!! Thank you so much! You are the best
Glad to have been able to help you!!!
Hello - Iβve recently updated my theme to the 15.2.0 and canβt seem to make this solution work. Is it still relevant? Iβve tried both solutions proposed in this thread. Thanks!