Refresh Theme - Changing the Rich Text Field Size

nmbda
New Member
6 0 0

Hi,

 

can anyone tell me how to extend the overall size of the rich text field on the landing page for my theme? I have been googling answers for hours but can never find the right matching file or code bit in the Edit code section for my theme. Can anyone tell me how to do this please?

 

Capture.JPG

Replies 6 (6)
maninderhanda
Shopify Partner
37 9 10

Hi @nmbda 

 

Can you please share website url? so i can help you to find a solution.

 

Thank you.

If helpful, please Like and Accept Solution.
nmbda
New Member
6 0 0

Hi, thank you. The tiny URL is https://uefa-champions-league-merchandise.myshopify.com/

. The password is Test2022

SmallTask
Shopify Partner
973 41 53

HI @nmbda 

 

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css

 

@media screen and (min-width: 990px) {
  .rich-text__blocks { max-width: 100%; }
}
Feel Free to Contact Us on WhatsApp | Email Us at info@instiqa.com
Develop Your Shopify Store with our Small Tasks, Shopify Custom Theme Development, and Shopify SEO Services.
nmbda
New Member
6 0 0

HI, thank you. I've created a custom.css file, added the code, but it hasn't changed anything?

maninderhanda
Shopify Partner
37 9 10

Hi @nmbda 

Please this css in section-rich-text.css or base.css file

 

 

.rich-text__wrapper .rich-text__blocks {
    max-width: 100%;
}

 

 

Thank you

If helpful, please Like and Accept Solution.
SmallTask
Shopify Partner
973 41 53

Hello @nmbda 

 

Can you share your website URL so that I can check and provide you with the solution?

 

Feel Free to Contact Us on WhatsApp | Email Us at info@instiqa.com
Develop Your Shopify Store with our Small Tasks, Shopify Custom Theme Development, and Shopify SEO Services.