Slider Styling (marginless column)

Hello,

I am trying to style the slider element. I added two columns but there seems to be a margin between the columns. I tried to add marginless_columns="true" but I need to add a row for doing it and it breaks the page…

I use the following code:

[column type="1/2"] <img src="https://unepausenergetique.fr/wp-content/uploads/2018/10/Temoignage-client-shiatsu-en-entreprise.jpg" style="border:5px solid #f4f4f4;margin-top:-2px;"> [/column][column type="1/2" last="true"] <h6 class="mtl">Interventions en entreprises</h6><p style="padding-top:20px;"><em>« Très relaxant, bravo les bienfaits se font sentir immédiatement. Merci. »</em> &nbsp;  <strong>- Salarié Travaux.</strong></p> 
<p><em>« Très relaxant, bravo les bienfaits se font sentir immédiatement. Merci. »</em> &nbsp;  <strong>- Salarié Travaux.</strong></p>
<p><em>« Très relaxant, bravo les bienfaits se font sentir immédiatement. Merci. »</em> &nbsp;  <strong>- Salarié Travaux.</strong></p>[/column]

Thanks,
Antoine

Hi Antoine,

Please add the class man to the shortcode of the first column:

[column type="1/2" class="man"]

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.