Hi there,
I am facing two problems,
-
I want to increase the width of the text in the “text with an image” section, also I am not using the image.
-
And also In this section, there are margin lines on the top and bottom, how I remove them?
Looking forward
Best regards.
1 Like
@FahadShah
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
khilan
4
hey @FahadShah
please share your password .
i will check your solution.
thank you so much .
@FahadShah
Your store is password protected. Please provide a password in order to check.
Thanks!
And also all product descriptions are overlapping
. Is any solution for this? Thank you.
@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!
khilan
9
@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
@khilan @dmwwebartisan
Thank you guys for helping 
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.
1 Like
@jaylan_tahtali
Please share your store URL.
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.
1 Like
Hi @dmwwebartisan ,
Thanks for your response. My URL is https://leikenhair.com/
Thanks,
Jay
Hi @Kinjaldavra ,
Thanks for your response. My URL is https://leikenhair.com/, the password is turned off.
Thanks,
Jay
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;
}
}
1 Like
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
hello @jaylan_tahtali it’s only will that adjust it only for that section
1 Like
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
yes please contact me natztech2312@gmail.com
2 Likes