What's your biggest current challenge? Have your say in Community Polls along the right column.

Help with some code please!

Solved

Help with some code please!

back2natureheal
Excursionist
22 0 5

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):

back2natureheal_0-1731240898379.png

 

And this is what it looks liike now:

back2natureheal_1-1731240935979.png

(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

 

Accepted Solution (1)

devcoders
Shopify Partner
564 80 142

This is an accepted solution.

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;
}

 

devcoders_0-1731242873198.png

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 2 (2)

devcoders
Shopify Partner
564 80 142

This is an accepted solution.

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;
}

 

devcoders_0-1731242873198.png

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
devcoders
Shopify Partner
564 80 142

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!

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!