All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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