https://milkymotorsports.com/products/cometic-automotive-cummins-3-9l-4bt-cylinder-head-gasket-1
Need help with .icon-with-text to not break to next line as seen in photo:
https://milkymotorsports.com/products/cometic-automotive-cummins-3-9l-4bt-cylinder-head-gasket-1
Need help with .icon-with-text to not break to next line as seen in photo:
Hi @milkymotorsport ,
I understand that you dont want to break the line of the text. What I did, I reduce the grid gap and and the font size.
@media obly screen and (max-width: 435px) {
ul.icon-with-text.icon-with-text--horizontal.list-unstyled {
grid-gap: 2px;
}
ul.icon-with-text.icon-with-text--horizontal.list-unstyled span {
font-size: 12px;
}
}
Result:
I hope it help.