Home Forums Theme support Theme Hot – media queries

Tagged: 

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 6 years, 5 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Hi, is it possible to use media queries for your theme Hot? I see that some items are not displayed properly on mobile devices.

    If you mean media queris for CSS, then yes, you can. That’s possible with all themes. What items do you mean?

    Yes media queries for css. I have some items they are not displayed very well on mobile devices.
    If you see the demo for theme HOT you have one_fourth – one_half – one_fourth last below the navigation. I will hide the one_fourth columns on mobile devices. And the one_half has to be a full width column.

    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.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.