I want to use the bootstrap affix plugin in the sidebar. However, since my site is responsive, it always jumps to some dimensions, and I cannot get it to work properly. I tried the solutions listed here: How to use the new affix plugin in the twitter 2.1.0 boot file? but it doesnβt just work.
Here is a demo
I know how to do this on a fixed-width site, but since my site it also responds with bootable documents, and since it works fine there , how can I achieve the same effect?
Since it probably will never work
.affix { position: fixed; top: 20px; right: 10%; }
user1537415
source share