Okay
  Public Ticket #143249
Remove sidebar from post page
Closed

Comments

  • Alfred started the conversation
    Hi! I'm not a fan of the sidebar. I've removed it from most pages, but I can't seem to find a way to remove it from post pages! I've tried removing all the widgets in the sidebar in the widget page, but the post content is still left-aligned and the sidebar is now empty. I want to center my post content and remove the sidebar area completely. Any help? Thanks!
  •  1,043
    ThemeNectar replied

    Hey Alfred!

    Add this into your custom css box:

    .single #post-area { width: 100%!important; }
    .single #sidebar { display: none!important; }

    Cheers :)

  • Alfred replied

    Thank you!!