• Hi all,

    I’m trying to hide some DIVs using the

    @media (max-width: 760px) {
        .PLEASE-HIDE-THIS-DIV {
            display: none !important;
        }

    but I think WPtouch is overriding my theme CSS.
    Please help me figure out how to hide some of the DIVs on mobile and display some others instead.

    Thanks in advance

    https://www.ads-software.com/plugins/wptouch/

  • The topic ‘Hide specific DIVs on mobile gets overriden by WPtouch’ is closed to new replies.