Comments johangm90 started the conversationOctober 28, 2020 at 9:03pmHi,I need to hide single post sidebar, help me please. 1,558Laborator repliedOctober 29, 2020 at 8:30amHi there,To hide the sidebar only on single posts, add this CSS to Custom CSS: .single-post .sidebar { display: none; } Best regards,Laborator Team Documentation Join Kalium Users Groupjohangm90 repliedOctober 29, 2020 at 12:59pmIt didn't work, there is a col-lg-3 taking space 1,558Laborator repliedOctober 30, 2020 at 12:26pmHi Johan, Please add this code below to your Custom CSS area: body.single-post .col-lg-3 { display: none; } body.single-post .col-lg-9 { width: 100%; } Now it should work Have a nice day!Best regards,Laborator Team Documentation Join Kalium Users Groupjohangm90 repliedOctober 30, 2020 at 12:56pmIt works now thanks Sign in to reply ...
Hi,
I need to hide single post sidebar, help me please.
Hi there,
To hide the sidebar only on single posts, add this CSS to Custom CSS:
Best regards,
Laborator Team
It didn't work, there is a col-lg-3 taking space
Hi Johan,
Please add this code below to your Custom CSS area:
Now it should work
Have a nice day!
Best regards,
Laborator Team
It works now thanks