How can I resize text and image boxes in Theme Dawn?

Hi there,

I am trying to resize some of the sections labeled “image with text” to have the text boxes and image boxes be wider. Right now, the image is super long and bulky. The link is: https://greenwavesolutions.myshopify.com/blogs/news and I need it for all four “image with text” sections!

Is someone able to help me remedy this issue?

Thanks!

To be able to edit images and content in a balanced manner, you can follow these steps:

Step 1: Go to Online Store > Themes > Edit code.

Step 2: Access the base.css file and paste the following code:

.image-with-text__grid {
    display: flex;
}

.image-with-text__media-item{
  flex-grow: 1;
}

.image-with-text__content {
    padding: 0 20px;
}

After that, click on “Save”.

- Result: