Comments 3natah started the conversationApril 8, 2022 at 2:57pmHi!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,958Andrew repliedApril 8, 2022 at 4:05pmHello Natah,We can use custom CSS to remove the sidebar from specific posts.Thanks, 3natah repliedApril 8, 2022 at 4:36pmok if I useĀ #sidebarĀ {display: none;}the sidebar is gone but the column is thereyou have to share the css that makes the post at full width.thank you! 2,958Andrew repliedApril 8, 2022 at 5:15pmHello again,Use the following CSS to make the post full width. .post-area.col.span_9 { width: 100%; } Thanks, Sign in to reply ...
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
Hello Natah,
We can use custom CSS to remove the sidebar from specific posts.
Thanks,
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!
Hello again,
Use the following CSS to make the post full width.
Thanks,