Hello,
I would like to reduce the space on the left for Text columns with icons section so that it can be centered, I find that it does not show correctly in mobile or desktop mode. Thank you.
Hello,
I would like to reduce the space on the left for Text columns with icons section so that it can be centered, I find that it does not show correctly in mobile or desktop mode. Thank you.
Hello @femancip ,
Try to add this css in theme.css at bottom
.template-product .grid.grid--uniform {
margin: 0 !important;
}
Thanks
oh sorry for that issue can you try this code
.template-product .icon--top.icon--small .grid {margin: 0;}