Remove Sidebar from Blog Post (single post)

Hi Everyone

I’m trying to remove the sidebar completely from the blog single post page. I’ve tried the CSS in this support post but it didn’t work: https://theme.co/apex/forum/t/remove-sidebar-on-blog-index-and-single-post/30822

I’m not sure if I’m either typing it into the wrong place or using the wrong code. Sorry, I’m a bit of a noob.

My site is www.jhpalmer.co.uk

Thanks for your help

Harry

Hi There,

Thanks for asking!

Please add this CSS in stead of the old one in to Dashboard -> X -> Theme Option -> Global CSS


.single-post .x-sidebar.right {
    display: none;
}


.single-post .x-main.left {
    width: 100% !important;
   padding-right: 0px !important
}

Hope this helps!

Perfect!

Thanks Basanta :smile:

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.