How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Hide sidebar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1380
    spielo
    Participant

    Hi,

    is it possible to hide the sidebar in mobile style?

    Regards

    #1412
    admin
    Keymaster

    Hi,

    In your child theme you can add:

    `
    @media (max-width: 767px) {
    #sidebar { display:none; }
    }
    `

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.