0
would like a help if possible to hide a div on mobile.
I tried to use
<div class="hidden-xs">
Elemento oculto para mobile
</div>
<div class="visible-xs">
Elemento visível para mobile e oculto nas demais resoluções
</div>
but it didn’t work.
My code is this, I just want to hide it on mobile. Someone please can me "aid"?
<div class="hidden-sm"><div style="float: left; width: 33%;"><img src="/wp-content/imagens/km.png" /> <strong>Km:</strong> 56.433</div>
<div style="float: left; width: 33%;"><img src="/wp-content/imagens/ano.png" /> <strong>Ano:</strong> 2016</div>
<div style="float: left; width: 33%;"><img src="/wp-content/imagens/carroceria.png" /> <strong>Carroceria:</strong> Hatch</div>
<div style="float: left; width: 33%;"><img src="/wp-content/imagens/cambio.png" /> <strong>Câmbio:</strong> Manual</div>
<div style="float: left; width: 33%;"><img src="/wp-content/imagens/aceitatroca.png" /> <b>Aceita troca:</b> Sim</div>
<div style="float: left; width: 33%;"><img src="/wp-content/imagens/licenciado.png" /> <b>Licenciado:</b> Sim</div>
Sorry, but I don’t quite understand. My code is just the one on top, where I’ll add this css? open a <style> ?
– Anderson Santos