Help with some code please!

My shopify has recently updated (using Dawn theme) which has knocked off some code, and I need help in getting it to look like it used to, please!

This is what the banner used to look like (highlighted in yellow):

And this is what it looks liike now:

(each item underneath eachother rather than being side by side in a thin banner).

All the code is the same, nothing has really changed. What would have caused this?

https://92f949-38.myshopify.com/

Any and all help greatly appreciated! THanks

Hello @back2natureheal

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css.
Add the provided code at the end of the file.

.custom-multicolumn-boxes {
display: flex;
}
.custom-multicolumn__item img {
max-width: 630px;
}

Hello @back2natureheal

You’re very welcome! I’m thrilled to hear that you’re pleased with the outcome. Don’t hesitate to reach out if you need further assistance.

like and accepting the All solution. Thank you!