Center title in Dawn 15.0

Solved

Center title in Dawn 15.0

crosbyaudio
Excursionist
19 0 8

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

 

https://crosbyaudio.com

 

Screenshot 2024-09-18 at 3.36.23 PM.png

Accepted Solution (1)

Moeed
Shopify Partner
5393 1455 1742

This is an accepted solution.

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 </body> tag

<style>
.multicolumn .title-wrapper-with-link {
    justify-content: center !important;
}
</style>

RESULT:

Moeed_0-1727111621076.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
5393 1455 1742

This is an accepted solution.

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 </body> tag

<style>
.multicolumn .title-wrapper-with-link {
    justify-content: center !important;
}
</style>

RESULT:

Moeed_0-1727111621076.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


devcoders
Shopify Partner
273 43 64

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;
}
Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at [email protected].
If my assistance was helpful, please consider liking and accepting the solution. Thank you!