Widget with fixed position in responsive layout
-
I’m working on a responsive theme based on Twenty Ten here: https://odin.reaktortest.no/hvorfor-velge-fixit/
I’d like to get the beige box with contact form in the sidebar to stay fixed (meaning, it follows you as you scroll down the page). I know you can do this by applying
position:fixed
to the appropriate div, in this case#iwajax_contact_widget-2
. When I try to do this though, the div gets re-sized.I suspect this might have to do with this being a responsive layout and that the values are defined in percentages, but I’m unable to find a solution for this online.
Am I doing something wrong? Any insight or suggestions would be greatly appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Widget with fixed position in responsive layout’ is closed to new replies.