• Resolved kirkwinstanley

    (@kirkwinstanley)


    Hi, I am trying to display a permanently-visible search and drop-down menu on the left hand side of the display. I have managed to add the search and menu widget to the sidebar on the right. I came across the following CSS code which works when you load the site but as soon as I search or select a menu item the sidebar jumps back to the right.

    .content-area {
    float: right;
    }
    .content-area:before {
    right: 100%;
    left: inherit;
    }
    .site-branding {
    float: left;
    }

    Can anyone help?

    Thanks!

    The page I need help with: [log in to see the link]

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

    (@kirkwinstanley)

    I managed to dig out a solution to this problem. If anyone needs it I used the simple CSS code:

    #primary {
    float: right;
    }

    #secondary {
    float: left;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Move sidebar to left’ is closed to new replies.