Hide row on mobile

  • Resolved
    Posted in: Boldial WP  

  • Member
    Kyle
    December 6, 2014 at 8:18 am #5855

    So i am trying to hide a row on mobile devices. I set the row “Extra CSS Class” to “ish-sub-footer” and tried using the following css. However it is not working, am i missing something?

    @media only screen and (max-width: 1085px) {
    .ish-sub-footer {
    display: none;
    }

    Sorry, this forum is for verified users only. Please Login / Register to continue
    or get 6 months support forum access to all forum topics for a reduced price.

Comments are closed.