Move sidebar to left
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Move sidebar to left’ is closed to new replies.