All things Shopify and commerce
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.
Solved! Go to the solution
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:
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 😀
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:
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 😀
Thankyou this has worked
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025