side bar only on home page

Home Forums Iconic One Pro Support side bar only on home page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5239
    m_usmanayub
    Participant

    I want the side bar to be visible only on home page and nowhere else. I can see the option of hiding the sidebar on pages but not on posts.

    Can someone tell me how can I make the sidebar hidden in all of the posts as well?

    thanks.

    #5241

    Refer for details: http://themonic.com/forums/topic/make-post-pages-full-width/

    and try the following:

    
    .single-post .site-content {
        width: 95%;
        border: none;
    }
    .single-post .below-title-meta {
        margin-left: -2.1%;
        width: 105.2%;
    }
    .single-post #secondary {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.