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)