• Hi there just trying to find a theme to create a simple landing page I have no use for sidebar or menus. Is there a way to remove the collapsing sidebar thing on the left? Thanks, much appreicated – N

Viewing 1 replies (of 1 total)
  • To remove the collapsing sidebar thing from leftside of your website, at first you need to add the Custom CSS through the plugin.

    You can find many plugin to add custom CSS. Below link is the reference for one of the plugin.

    Custom CSS

    After installing the plugin you will find the Custom CSS in Dashboard / Appearance / Custom CSS.

    Here copy and paste below CSS

    .sidebar #panel-cog{
    display:none;
    }

    Hope this will help you.
    Best Regards!!

Viewing 1 replies (of 1 total)
  • The topic ‘Remove sidebar on the left’ is closed to new replies.