sidebar widgets get mashed up when fixed
-
Hello,
I am trying to fix my right sidebar. The available plugins don’t do anything. I was now playing with CSS, but can’t seem to find the problem. When I try to fix the sidebar with
.aside {
position: fixed;
}the whole sidebar jumps to the left and gets fixed to the lower left side of the screen. So I tried something else. I learned not to fix the whole sidebar as a container, but the individual widgets for the jumping not to occur.
Now the widget stays at the right side, but the individual widgets (text and newsletter) get mashed up. I used this coding in the CSS sheet.
.side-widget {
position: fixed;
}You can see what I mean here:
https://hormoncoach.apps-1and1.net/
Any ideas would be greatly appreciated. Thank you, Katia
- The topic ‘sidebar widgets get mashed up when fixed’ is closed to new replies.