Re: can I extend the text box on my homepage

Solved

can I extend the text box on my homepage

paule3
Excursionist
29 1 5

Can anyone help, I am trying to increase the width of my text box on the bottom of my homepage. My website homepage is www.stylecentral.co.uk. I have added a image below to show what it looks like. 

 

Screenshot (139).jpg

Accepted Solution (1)

ndrishinski
Shopify Partner
7 2 0

This is an accepted solution.

This is doable but will require some simple CSS edits. I am guessing that you want the text to extend to the same width as the Shopify Planet Banner like so:

 

Screen Shot 2023-01-21 at 11.22.18 AM.png

 

To accomplish this you'll need to navigate to "Edit Code" on the theme and open up the section-rich-text.css file and remove (or comment out by holding cmd + / on a mac) the following lines:

max-width: calc(100% - 10rem);

and also 

max-width: 50rem;

 

Let me know if you have any questions 😀

END Marketing & Development
Shopify Theme Dev / Optimization
theendmarketing.com

View solution in original post

Replies 2 (2)

ndrishinski
Shopify Partner
7 2 0

This is an accepted solution.

This is doable but will require some simple CSS edits. I am guessing that you want the text to extend to the same width as the Shopify Planet Banner like so:

 

Screen Shot 2023-01-21 at 11.22.18 AM.png

 

To accomplish this you'll need to navigate to "Edit Code" on the theme and open up the section-rich-text.css file and remove (or comment out by holding cmd + / on a mac) the following lines:

max-width: calc(100% - 10rem);

and also 

max-width: 50rem;

 

Let me know if you have any questions 😀

END Marketing & Development
Shopify Theme Dev / Optimization
theendmarketing.com
paule3
Excursionist
29 1 5

Thankyou this has worked