Hiding an item only for desktop

Since this is not a native option, this article explains how to hide an element for desktop.

7.2.4_1_FR.jpg

How to proceed

Drag & drop a code element before and after the element you want to hide on desktop.

7.2.4_2_EN.jpg

Inside the first code element, copy and paste this code:

<!--[if !mso]><!-->

<div style="display:none; font-size:1px; color:#000000; line-height:1px; max-height:0px; max-width:0px; overflow:hidden; mso-hide:all;" class="m_v t_v">
7.2.4_3_EN.jpg

Inside the second code element, copy/paste this code:

</div>  <!--<![endif]-->
7.2.4_4_EN.jpg

Once these steps have been completed, your block will be hidden for desktop.

This will only be active when proofing or sending through your CRM/ESP tool. You will not be able to test it directly via the Email Builder. 

7.2.4_5_EN.jpg