Home › Forums › Theme support › Theme Hot – media queries › Reply To: Theme Hot – media queries
Ok, try this: at this CSS code at the end of your style.css file:
@media only screen and (max-width: 767px) {
.hide_on_mobile {display:none !important;}
}
Than add >> class=’hide_on_mobile’ << to your shortcode, after this step it should look like that: [one_fourth ... class="hide_on_mobile" ...] Normally this should work.