HOW TO CENTER THE PRODUCT TITLE BOTH DESKTOP AND MOBILE VIEW

Solved

HOW TO CENTER THE PRODUCT TITLE BOTH DESKTOP AND MOBILE VIEW

josoneryx1890
Excursionist
34 0 5

josoneryx1890_0-1720179675007.png

Please help me center the title guys
Here's the link: https://72d12c-be.myshopify.com/

Accepted Solutions (3)

Moeed
Shopify Partner
7082 1903 2333

This is an accepted solution.

Hey @josoneryx1890 

 

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>
.card__heading {
    text-align: -webkit-center !important;
}
</style>

RESULT:

Moeed_0-1720180081399.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

Rahul_dhiman
Shopify Partner
776 149 160

This is an accepted solution.

Hello @josoneryx1890 

Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the bottom of the file.

.full-unstyled-link {
text-align: center;
}

and the result will be
7.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Made4uo-Ribe
Shopify Partner
10038 2387 3014

This is an accepted solution.

Hi @josoneryx1890 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

.card__heading {
    text-align: center !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1720181593547.png

     

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
7082 1903 2333

This is an accepted solution.

Hey @josoneryx1890 

 

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>
.card__heading {
    text-align: -webkit-center !important;
}
</style>

RESULT:

Moeed_0-1720180081399.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


Rahul_dhiman
Shopify Partner
776 149 160

This is an accepted solution.

Hello @josoneryx1890 

Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the bottom of the file.

.full-unstyled-link {
text-align: center;
}

and the result will be
7.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

Made4uo-Ribe
Shopify Partner
10038 2387 3014

This is an accepted solution.

Hi @josoneryx1890 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

.card__heading {
    text-align: center !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1720181593547.png

     

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.