i want move all the title to the middle

Solved

i want move all the title to the middle

Jim
Explorer
66 2 23
 

ef4d3c0032f48b92ba9b3f9a6bde747.png

Accepted Solutions (2)

Dan-From-Ryviu
Shopify Partner
11721 2296 2476

This is an accepted solution.

Hi @Jim 

You can try to add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.

.title-wrapper--no-top-margin > .title {
    text-align: center;
}
.title-wrapper-with-link {
    justify-content: center;
}

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

Hi @Jim , the following steps will help you center all the title
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file -> Save

 

.blog__title {
    margin: auto !important;
}
h2 {
    margin: auto;
    text-align: center;
    width: 100%;
}

 

Here is result: 

BSSCommerceB2B_1-1721373134124.pngBSSCommerceB2B_2-1721373138517.pngBSSCommerceB2B_3-1721373141661.png

 

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 

 

 

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 6 (6)

WebCreatorz
Shopify Partner
20 3 4

Hi can you kindly share the store preview link so i can check and tell you the solution

- Helpful? Like and Accept solution to let me know or Buy me Coffee !
- If I managed to help you then, don't forget to Like it and Mark it as a Solution!
- if you need more help or want me to do the task for you? Then Email Now or Message me on Fiverr
- Enjoy 1 month of Shopify for $1. Sign up now.




Contact me here
Webcreatorz if you could not understand anything

Jim
Explorer
66 2 23

Dan-From-Ryviu
Shopify Partner
11721 2296 2476

This is an accepted solution.

Hi @Jim 

You can try to add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.

.title-wrapper--no-top-margin > .title {
    text-align: center;
}
.title-wrapper-with-link {
    justify-content: center;
}

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

BSSCommerce-HDL
Shopify Partner
2305 835 910

Hi @Jim

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

<style>
.video-section h2.title.inline-richtext.h1 {
    text-align: center !important;
}
</style>

Here is result: 

BSSCommerceHDL_0-1721372745716.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Rahul_dhiman
Shopify Partner
824 155 173

Hello @Jim 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
add this code at the end of the file

.title-wrapper--no-top-margin > .title {
text-align: center;
}

and the result will be
16.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

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

Hi @Jim , the following steps will help you center all the title
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file -> Save

 

.blog__title {
    margin: auto !important;
}
h2 {
    margin: auto;
    text-align: center;
    width: 100%;
}

 

Here is result: 

BSSCommerceB2B_1-1721373134124.pngBSSCommerceB2B_2-1721373138517.pngBSSCommerceB2B_3-1721373141661.png

 

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 

 

 

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now