Okay
  Public Ticket #3020468
post category without sidebar
Closed

Comments

  •  3
    natah started the conversation

    Hi!

    can you please tell me if I can have a post without sidebar, if I have choose to have sidebar to other posts ?

    thanks

  •  2,958
    Andrew replied

    Hello Natah,

    We can use custom CSS to remove the sidebar from specific posts.

    Thanks,

  •  3
    natah replied

    ok if I useĀ 

    #sidebarĀ {display: none;}

    the sidebar is gone but the column is there

    you have to share the css that makes the post at full width.


    thank you!


  •  2,958
    Andrew replied

    Hello again,

    Use the following CSS to make the post full width.

    .post-area.col.span_9 {
        width: 100%;
    }
    

    Thanks,