• hey,

    I want to have a full-width-page as the first-page/ home-page with the slider and without the sidebar. how can I make the sidebar invisible there? I still have choosed the “page wide” template for this page, but i did not work.

    I use the CSS Stylesheet Editor from Jetpack to customize my website.

    thanks for your help!

Viewing 1 replies (of 1 total)
  • baalam

    (@baalam)

    Try this:

    body.home .sidebar-footer, body.home .navbar-default {
    display: none;
    }

    body.home #mk-page-wrapper {
    margin:0;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘how can i hide the sidebar on the first-page/home-page’ is closed to new replies.