• I’m just testing out this theme and notice it has 2 sidebars by default. If I remove all the widgets from one of the sidebars it still appears wih default widgets in. Can this theme work with just one sidebar? If so how do I do this please?

    Thanks

Viewing 1 replies (of 1 total)
  • Have you tried putting a blank Text widget in the sidebar? Some times this works with themes with extra sidebars and menus – just put something blank in it

    I know this is an old topic, but if you are still trying to use the theme – give it a shot. If putting a blank text widget in the sidebar still outputs a sidebar, just with nothing in it, you could just add some CSS to the theme’s settings page to completely hide it.

    #secondary {
        overflow: hidden !important;
        visibility: hidden !important;
        width: 0px !important;
    }

    That will do it…

Viewing 1 replies (of 1 total)
  • The topic ‘Single Sidebar’ is closed to new replies.