Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Make title central in multicolumn section of Ride theme

Make title central in multicolumn section of Ride theme

Fabian_weldon
Pathfinder
142 0 28

Currently the title is off to the left and I can't seem to get it central - thanks in advance: 

Fabian_weldon_0-1709471317883.png

 

Replies 5 (5)

thirtycoders
Shopify Partner
135 21 27

Hi @Fabian_weldon,

Could you provide a URL link so that I can examine the issue?

Thank you

Thirtycoders || Shopify Partner
Found my response useful? Show your appreciation with a Like!
Did your query get resolved? Mark it as an Accepted Solution.
For additional discussions, reach out via: Email ID: thirtycoders@gmail.com
Fabian_weldon
Pathfinder
142 0 28

Hey, it's petbud.uk @thirtycoders 

niraj_patel
Shopify Partner
2378 514 507

Hello @Fabian_weldon 
can you share store URL?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Fabian_weldon
Pathfinder
142 0 28

Hey, it's petbud.uk @niraj_patel 

niraj_patel
Shopify Partner
2378 514 507

Hello @Fabian_weldon 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
 .title-wrapper-with-link {
   align-items: center;
   justify-content: center !important;
 }
</style>

techlyser_web_0-1709547052204.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com