• Hello,

    I am using a child theme for Twenty Eleven- Twenty Eleven Layout. Here is the site:

    https://bloombergradio1060.radioconetwork.com/

    I am thrilled with the home page, I am thrilled with the default layout which I am using for some pages. Yet I want to use the sidebar template for all the other pages (the majority of the site) and it appears to be working except when I add a widget to the extra sidebar- it looks perfect on the home page where it is intended, yet it appears on all the other pages over to the side and overlaying the sidebar I want there.

    Like this:
    https://bloombergradio1060.radioconetwork.com/?page_id=188

    How can I remove the extra sidebar on all of the pages except for the home page?

Viewing 1 replies (of 1 total)
  • Thread Starter radioconetwork

    (@radioconetwork)

    By using this CSS:

    #extra-sidebar {
            display: none;
    }

    the extra sidebar is gone from overlapping and appearing on the pages it was not welcome. So, that works.

    However, now, of course, it also doesn’t display on the home page where I need it to. Any ideas as to how to get the extra sidebar to display on the homepage only? It is .page-id-47

    I would surely appreciate the help. Thanks in advance.

Viewing 1 replies (of 1 total)
  • The topic ‘Extra sidebar is overlaying main sidebar on pages’ is closed to new replies.