• Resolved Dddt

    (@dddt)


    Hi,
    I would like to not have sidebars and footers for mobile devices, and I have put the following css, but it removed none of them, what am I doing wrong?

    @media (max-width: 979px) {
    #sidebar, #footer {display: none;}
    }

    Thanks again!

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Remove sidebar, footer for mobile devices’ is closed to new replies.