Hello I’m using the Colors theme and I would like to put the free shipping icon on the same line as the other icons on the picture below. How do I do that?
yes please try this code
- Go to Online Store->Theme->Edit code
- Asset->/colors.css ->paste below code at the bottom of the file.
.text-columns-with-images .row.cols.layout-4 {
display: flex;
flex-wrap: wrap;
}
@media (min-width: 821px) {
.text-columns-with-images .row.cols.layout-4 .col {
flex: 1;
}
}
.text-columns-with-images {
max-width: 100%;
}
.text-columns-with-images .inner {
max-width: 1024px !important;
}
Please add below css code in bottom of assets/colors.css file
.main .layout .shopify-section .content .inner {
max-width: 100% !important;
}
.text-columns-with-images .cols.layout-4 .col {
width: 20%;
}
Thank you.
Hello, It didn’t work. Is there another code I could try?
It did not work. What else could I try?
Thanks
