Refresh Theme - Changing the Rich Text Field Size

nmbda
Tourist
10 1 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
39 10 11

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
Tourist
10 1 0

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

. The password is Test2022

SmallTask
Shopify Partner
973 41 55

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%; }
}
banned
nmbda
Tourist
10 1 0

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

maninderhanda
Shopify Partner
39 10 11

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 55

Hello @nmbda 

 

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

 

banned