Looking for help centering this title on the home page. Thanks!
Hey @crosbyaudio
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 @crosbyaudio
- Go to Online Store → Theme → Edit code.
- Find the file base and paste the code below at the bottom of the file.
.multicolumn .title-wrapper-with-link {
justify-content: center;
}

