Solved

How to increase the width of the description in Prestige theme?

FahadShah
Tourist
12 0 2

Hi there,

I am facing two problems, 

1. I want to increase the width of the text in the "text with an image" section, also I am not using the image.2.JPG

2. And also In this section, there are margin lines on the top and bottom, how I remove them?

3.JPG

Looking forward

Best regards.

Accepted Solution (1)
khilan
Shopify Partner
271 15 26

This is an accepted solution.

@FahadShah 

 

Go to the Assets > theme.scss.liquid file and add following code at the end of file:

.SectionHeader__Description {max-width: 750px;}
.FeatureText__Content {max-width: 750px;}
.shopify-section--bordered > .Section--spacingNormal { padding: 40px 0;}

 

Thank you,

Khilan

Shopify Expert | Skype: khilan.mendapara
- Like and Mark as an Accepted Solution if reply helpful
- Feel free to contact me on khilan.mendapara1995@gmail.com regarding any help

View solution in original post

Replies 21 (21)

dmwwebartisan
Shopify Partner
12282 2546 3694

@FahadShah 

Please share your website URL and password if any. I will check and provide a solution here.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
FahadShah
Tourist
12 0 2

Thank you for the reply

https://merakidecor.in/

dmwwebartisan
Shopify Partner
12282 2546 3694

@FahadShah 

Your store is password protected. Please provide a password in order to check.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
FahadShah
Tourist
12 0 2

Hi @dmwwebartisan , 

Sorry, I forget it. 

Password: Akash151989

FahadShah
Tourist
12 0 2

And also all product descriptions are overlappingCapture.JPG.  Is any solution for this? Thank you.

 

dmwwebartisan
Shopify Partner
12282 2546 3694

@FahadShah 

Please add the following code at the bottom of your assets/theme.scss.liquid

.Rte p:not(:last-child), .Rte ul:not(:last-child), .Rte ol:not(:last-child) {
    margin-bottom: 0.4em !important;
}

Hope this works.
Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
khilan
Shopify Partner
271 15 26

This is an accepted solution.

@FahadShah 

 

Go to the Assets > theme.scss.liquid file and add following code at the end of file:

.SectionHeader__Description {max-width: 750px;}
.FeatureText__Content {max-width: 750px;}
.shopify-section--bordered > .Section--spacingNormal { padding: 40px 0;}

 

Thank you,

Khilan

Shopify Expert | Skype: khilan.mendapara
- Like and Mark as an Accepted Solution if reply helpful
- Feel free to contact me on khilan.mendapara1995@gmail.com regarding any help
FahadShah
Tourist
12 0 2

@khilan @dmwwebartisan 

Thank you guys for helping 🙂

jaylan_tahtali
Explorer
50 0 4

Hi @FahadShah @dmwwebartisan ,

Hope you are well. I came across this thread.

Will this solution work for me trying to extend the subheading within a specific rich text with image section on my homepage? See image below.

jaylan_tahtali_0-1626755124240.png

 

dmwwebartisan
Shopify Partner
12282 2546 3694

@jaylan_tahtali 

Please share your store URL.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
jaylan_tahtali
Explorer
50 0 4

Hi @dmwwebartisan ,

Thanks for your response. My URL is https://leikenhair.com/

Thanks,

Jay

Kinjaldavra
Shopify Partner
2302 570 1422

hello @jaylan_tahtali 

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

jaylan_tahtali
Explorer
50 0 4

Hi @Kinjaldavra

Thanks for your response. My URL is https://leikenhair.com/, the password is turned off.

Thanks,

Jay

Kinjaldavra
Shopify Partner
2302 570 1422

hello @jaylan_tahtali 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media screen and (min-width: 641px){
#shopify-section-1626669038f2187c8f .FeatureText__Content{
    max-width: 1500px;
    margin: 0 auto;
}
}

 

jaylan_tahtali
Explorer
50 0 4

hello @Kinjaldavra,

thanks so much for that I will try that now. before I do, will that adjust it only for that section or for everything?

Many thanks,

Jay

Kinjaldavra
Shopify Partner
2302 570 1422

hello @jaylan_tahtali  it's only will that adjust it only for that section

jaylan_tahtali
Explorer
50 0 4

you're a genius @Kinjaldavra  ! thankyou so much my bro. that worked well!

are you happy for me to contact you directly if I have any more coding queries with the Prestige theme?

many thanks,

Jay

 

Kinjaldavra
Shopify Partner
2302 570 1422

yes please contact me natztech2312@gmail.com

jaylan_tahtali
Explorer
50 0 4

you're a legend my bro @Kinjaldavra thanks so much. look forward to speaking with you soon.

have a great night.

Kinjaldavra
Shopify Partner
2302 570 1422

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance

khilan
Shopify Partner
271 15 26

hey @FahadShah 

please share your password .

i will check  your solution.

thank you so much .

Shopify Expert | Skype: khilan.mendapara
- Like and Mark as an Accepted Solution if reply helpful
- Feel free to contact me on khilan.mendapara1995@gmail.com regarding any help