Center title in Dawn 15.0

Looking for help centering this title on the home page. Thanks!

https://crosbyaudio.com

Hey @crosbyaudio

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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;
}