Center "Text columns with icons" for Broadcast theme

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.

https://femancip.com/collections/revolution-no-bra/products/cache-coeur-no-bra-bleu-ciel?variant=42234071023801

1 Like

Hello @femancip ,

Try to add this css in theme.css at bottom

.template-product .grid.grid--uniform {
    margin: 0 !important;
}

Thanks

@femancip

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.template-product .icon--top.icon--small .grid {margin: 0;}