Viewing 1 replies (of 1 total)
  • Hi Sheila,

    It seems that on this page only, your right side column is loading outside the of main layout container (on all other pages, it’s inside this container).

    Anyway, here’s what you can do:

    1. In the left side menu, click Appearance, then click Editor.
    2. On this page, you should see “Edit Themes”, then something underneath like “Tempera Stylesheet (style.css)” and below that, the editor window.
    3. In the editor window, scroll all the way down to the bottom and paste this CSS code in:
    
    #container.two-columns-right #secondary,
    #secondary.widget-area.sidey {
        width: 240px;
        float: right;}
    
    @media (max-width: 800px) {
    #secondary.widget-area.sidey {
        width: 96%;
        float: none;
        margin: 0 2%;
        clear: both;}
    
Viewing 1 replies (of 1 total)
  • The topic ‘Theme sidebar not showing’ is closed to new replies.