Width of title text in a liquid section

Solved

Width of title text in a liquid section

TheRichCo
Shopify Partner
11 1 3

 

good morning guys

 

somethung really annoying me at the moment

 

how do i make this text stay central but not spread the full with? where / how would i add code to only make it spread say 60% of the page?

 

all suggestions grealty apprecaited

 

cheers

R

Screenshot 2024-09-07 at 08.18.07.png

Accepted Solution (1)
TheRichCo
Shopify Partner
11 1 3

This is an accepted solution.

oh wow worked for me thats great thank you very much

View solution in original post

Replies 9 (9)

Sangeetanahar
Explorer
541 36 69

hello @TheRichCo 

can you send me the Websie URL.

thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
TheRichCo
Shopify Partner
11 1 3
Tech_Coding
Shopify Partner
309 81 72

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>
  div#shopify-section-template--17165138657418__custom_liquid_nbmjqB {
      margin: 0 auto;
      max-width: 64% !important;
  }
</style>

Tech_Coding_0-1725697894531.png

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

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

Moeed
Shopify Partner
5457 1477 1764

Hey @TheRichCo 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


BSSCommerce-HDL
Shopify Partner
2305 848 1062

Hi @TheRichCo

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>
div#shopify-section-template--17165138657418__custom_liquid_nbmjqB {
    max-width: 60% !important;
    margin: 0 auto;
}
</style>

Here is result: 

BSSCommerceHDL_0-1725697232379.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

TheRichCo
Shopify Partner
11 1 3

hey ok cool thank you

 

will this change just this one page ? 

 

cheers

richard

BSSCommerce-HDL
Shopify Partner
2305 848 1062

@TheRichCo, Yes. It only changes for this part.

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

TheRichCo
Shopify Partner
11 1 3

This is an accepted solution.

oh wow worked for me thats great thank you very much

BSSCommerce-HDL
Shopify Partner
2305 848 1062

Hi @TheRichCo
We're happy to see that our suggestion helped you solve the issue. Can you kindly give us a like and mark it as a solution? This can be a reference for other merchants if they have an issue like you. Should you need any further information, please do not hesitate to contact us by tagging directly at Community post. We will check and let you know soon. Thanks in advance 😍

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