I want to center the title

Solved

I want to center the title

attackon
Explorer
117 0 21

I want to centre text drop 1.0 on my website https://swawe.store/ which is currently at the corner Screenshot 2024-06-28 at 00.34.31.png

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 299

This is an accepted solution.

Hi @attackon 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

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

Step 2: Search file base.css

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

 

h2.title.inline-richtext.h2.scroll-trigger.animate--slide-in {

    text-align: center;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 6 (6)

niraj_patel
Shopify Partner
2391 516 516

Hello @attackon 

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>
 .collection__title h2.title.inline-richtext.h2.scroll-trigger.animate--slide-in {
      text-align: center !important;
  }
</style>

techlyser_web_0-1719516305117.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

comercioservice
Shopify Partner
291 37 36
@attackon 
hope you are well
Please go to
1) Online store
2) Themes -> Edit theme
3) asstes
4) base.css and  paste this code on the end

 

 

 

 

.collection__title h2.title.inline-richtext.h2.scroll-trigger.animate--slide-in {
      text-align: center ;
  }

 

 

 

I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!
comercioservice
Shopify Partner
291 37 36

Result:

round_1-1719515700561.png

 

 

Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!

Made4uo-Ribe
Shopify Partner
10203 2423 3069

HI @attackon 

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.

 

h2.title.inline-richtext.h2.scroll-trigger.animate--slide-in {
    text-align: center;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1719516459902.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.

Dan-From-Ryviu
Shopify Partner
11754 2305 2488

Hi @attackon 

Please paste this code below to Custom CSS in your Online Store > Themes > Customize > Theme settings to do that. 

.collection__title h2 { text-align: center !important; }

- Helpful? Like & Accept solution! - Support me: Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.

PageFly-Henry
Shopify Partner
1184 335 299

This is an accepted solution.

Hi @attackon 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

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

Step 2: Search file base.css

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

 

h2.title.inline-richtext.h2.scroll-trigger.animate--slide-in {

    text-align: center;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.