If Mobile View = Disable Sidebar and Footer

Home Forums WordPress Theme Support BresponZive Mag If Mobile View = Disable Sidebar and Footer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3595
    Tim
    Member

    I am using Bresponzive Mag Pro Theme in WordPress.

    Can i disable Sidebar and Footer on the mobile view?

    Thanks,
    Tim

    #3625
    Raja CRN
    Keymaster

    Hi,

    We don’t offer customization support but still we can help you.

    Edit the skeleton.css and find the css media queries with viewport width. Viewport width is equal to Phone screen size. Using that you can hide the sidebars.

    To do that, Add the following code in that file in the respective block,

    #sidebar, #footer-blocks{
    display:none;
    }

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

Only Verified Customer of this Theme Can post reply to this Support Topic! .