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

How to center a Custom Liquid heading ?

Solved

How to center a Custom Liquid heading ?

GiudFabri123
Explorer
76 0 16

Hello,

 

any idea how you can center a Custom Liquid banner writing on craft theme?

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10211 2427 3080

This is an accepted solution.

Hi @GiudFabri123 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.section-template--20571060011347__custom_liquid_xgUpAh-padding {
     text-align: center !important;
}

 

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

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

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 7 (7)

steve_michael2
Navigator
454 39 62

Hi @GiudFabri123  , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

GiudFabri123
Explorer
76 0 16
Dan-From-Ryviu
Shopify Partner
12073 2359 2539

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

.luxury-home-furniture { text-align: center; }

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- 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.
- Enjoy 1 month of Shopify for $1. Sign up now.

steve_michael2
Navigator
454 39 62

Hi @GiudFabri123 

 


1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

 

.luxury-home-furniture h1 {
    text-align: center;
}

 

 

Result:

steve_michael2_0-1734089297261.png

 

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

 

steve_michael2
Navigator
454 39 62

@GiudFabri123 

I’ve already provided the solution, so please mark my solution as resolved.

Thanks!

Made4uo-Ribe
Shopify Partner
10211 2427 3080

This is an accepted solution.

Hi @GiudFabri123 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.section-template--20571060011347__custom_liquid_xgUpAh-padding {
     text-align: center !important;
}

 

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

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

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.

Made4uo-Ribe
Shopify Partner
10211 2427 3080

Welcome! Would you mind hitting 'like' as well? Thanks!

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.