Sidebar text narrow and flush right

Viewing 3 posts - 1 through 3 (of 3 total)
  • #7665
    chriscob
    Participant

    I’m hoping to use esplanade for this site: http://gitedinan.com/wpbg/ but the right sidebar on the homepage seems to have a left margin of about 180 pixels, forcing all of the content to a narrow space at the right of the sidebar. How do I fix this?

    #9461
    gardibolt
    Participant

    I was having the same problem. Apparently Esplanade has some bug that causes both sidebars to appear at once if you select one sidebar (that is, you have both the left and right sidebar showing up in your right sidebar).

    What fixed this situation for us was to go to Appearance>Theme Options>Design, and in the Custom CSS box, put this code:

    #sidebar-right {
    width: 100%;
    }

    That cleared the problem right up.

    #10570
    Daniel Tara
    Keymaster

    Actually it’s just a confusion created by the name. The right sidebar actually nests half-width to the right of the main sidebar. To use it full-width, add widgets to the Top Sidebar. They will still display in the sidebar but full-width.

Viewing 3 posts - 1 through 3 (of 3 total)

Tagged: ,

You must be logged in to reply to this topic.