How to condense text in specific section?

Hi there! I would like to condense a text portion part of my section so that the text is on multiple lines rather than one. Currently this is how it looks like:

I would like it to look like this however:

I am unsure of the appropriate css to apply here.

The link to the preview is here: https://b50vcq6bm9o4mjwh-55086776342.shopifypreview.com

I am comfortable with editing code, thank you!

Hi @williamk0601

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.min.css.

Step 3: Paste the below code at bottom of the file → Save

.produce-content, .pantry-content {

align-items: center !important;

}

.produce-text, .pantry-text {

width: 50% !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly