We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Center title in Dawn 15.0

Solved

Center title in Dawn 15.0

crosbyaudio
Excursionist
25 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
7764 2082 2568

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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
7764 2082 2568

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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


devcoders
Shopify Partner
1654 190 545

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 devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!