Hello,
I’ve seen this code to integrate 2 columns in a column :
<div class="flex_column av_one_half first">Content Here</div>
<div class="flex_column av_one_half">Content Here</div>
It works perfectly, but I would like to integrate the “no margin” version. What is the code / css ?
Tx !!
Marine
Hey Marine,
You could try to add the .no-margin class to see if that works. If not then please point out where the elements in question are located so that we can give you more accurate CSS.
Best regards,
Rikard
I’ve already tried but it doesn’t work. I’ve put : <div class=”flex_column av_one_third no-margin” style=”text-align: center;”>
The column is at the top right of my homepage, block “First class Customers services” and the 3 columns are “freshness, shipping and payment.
Tx !
It’s because it’s no_margin instead of no-margin,you can close the case !
Tx