 rappel
|
Hi,
is it possible to get a fixed sidebar, so their position is pinned and not scrolling? Which code I must add to the css, to get this effect?
Regard,
rappel.
|
 Sneek
|
Hi Rappel,
Thanks for being the first on our lovely forums! I was just replying to your email. The following code will fix the whole sidebar.
#secondary {
position: fixed;
}
The problem with this is the whole of your sidebar will not be viewable to smaller resolutions. We are working on a better solution to this. A future release will allow you to change this setting via the Appearance → Theme Options.
|
 rappel
|
Hi,
I know this problem – but I have not so much content in the sidebar. It works fine now and I’m glead to hear, that you will add this to the theme options.
Thank you very much,
r.
|