Hi There!
I’m wanting to increase the width of the Rich Text Box on our home page: https://eventwandererco-4359.myshopify.com/ (the box with ‘Let the Adventure Begin’ in it). Is there a specific code that can be used to do this.
I’d also love to be able to include an image in this section as well (a graphic of the ‘xoxo’ text in a handwritten script). If there a code to be able to achieve this as well. Thanks!
Hello @EventWandererCo
Once you Log in to the Admin, then process the following steps:
Step 1: Go to Dashboard ->Online Store ->Theme-> Action->Edit code->
Step 2: Search the file base.css
Step 3: Paste the below code at bottom of the file → Save
.template-index .rich-text__text {
max-width: 100%;
}
Output:
If you find our reply helpful, please hit Like and Mark it as a Solution.
An award-winning North American Shopify Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.
That worked! Thank you so much for your help! 
Unfortunately this hasn’t worked for me. My text is aligned to the left - i don’t know if that makes a difference? Is there anything else i might be able to try? Thanks so much for any help you can provide.