Tagged: x
-
AuthorPosts
-
October 11, 2016 at 9:13 am #1211481
mach0boiParticipantHi! As the title says, how can I remove the sidebar from the “about me” page? This is the exact URL – http://www.thelazylifter.com/about/
I’m using Ethos.
October 11, 2016 at 10:02 am #1211555
RahulModeratorHey There,
Thanks for writing in!
In order to remove Sidebar from a particular page, we’d like you to follow a thread with solution mentioned below :
You can edit the given CSS as described to remove Sidebar from the about me page.
Let us know how it goes!
October 11, 2016 at 11:07 am #1211649
mach0boiParticipantHi. How can I know the page class of the about page on my blog? The screenshot on the link has been deleted already.
October 11, 2016 at 12:31 pm #1211783
ThaiModeratorHi There,
To remove the sidebar only on the about page, please add the following CSS under Customizer > Custom > Global CSS:
.page-id-4 .x-main.left { width: 100%; padding: 0; } .page-id-4 .x-sidebar.right { display: none; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1211481 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
