CSS problem
-
Hi there,
I am trying to remove a sidebar and make the page full width (while remaining boxed) on certain posts on my site. The theme provides no options to remove sidebars on post pages.The post page does show me Custom Fields with “page_sidebar_right” but there is no value in it and when I put any value such as “no” “false” “0” it does not make any changes.
If I inspect the sidebar on the page I see WPBakery code like this:
wpb_column vc_column_container vc_col-sm-8When I change this code to:
wpb_column vc_column_container vc_col-sm-12It basically does EXACTLY what I need. Please can some kind sole help me with CSS I can add on each post I want to display like this?
I know this is probably not the correct way of hiding this sidebar but it works, if someone has a better solution please provide it. I am not well versed in PHP or CSS.
Thank you very much.
The page I need help with: [log in to see the link]
The topic ‘CSS problem’ is closed to new replies.