• Resolved Kburrows

    (@kburrows)


    I’ve been trying to figure this out. All of the sidebar widgets are on the right – which is fine, but when you click on a parent page the menu jumps to the right side. I’ve looked through the php code and can’t figure out why it’s happening.

    Any help would be appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You mean it jumps to the left, I think. I don’t want that either, I just wanted the default template on all pages and not the list of child pages.

    What worked for me: comment out or delete this section in style.css:

    /* =Layouts
    ----------------------------------------------- */
    .layout-sidebar-left .site-main {
      margin: 0 0 0 30%;
    }
    
    .layout-sidebar-left #secondary {
      float: left;
    }
    
    .layout-sidebar-left .content-area {
      float: right;
      margin: 0 0 0 -25%;
    }

    Thread Starter Kburrows

    (@kburrows)

    Thanks, I ended up using a plug in for the drop down menu and not having the parent page be active. That was my work around. I had tried editing the code you used, but it still wasn’t working.

    good now
    https://www.creativeminneapolis.org/

    thanks for responding.

    Theme Author govfresh

    (@govfresh)

    The last update we push out now gives layout options for any post/page on the site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Parent page sidebar on left not right’ is closed to new replies.