There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
If you have a fixed sidebar on a page and the content of the page goes below the window should the scrolling just move the center and what if you have sidebar content that goes below the bottom of the page? You would never see it.
and are you asking for the sidebar to scroll in the post but not the post?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#3
Feb 22, 2011, 05:33 AM
Innocent
92 posts · Jan 2011
WP 3.4.2 Atahualpa 3.7.9
I would like to have 'position:fixed' sidebars in pages ('body.page'), and scrollable in blog(home page-'body.blog') and single posts ('div.post').
I don't mind the content not being visible, because I have different widgets in pages and posts, in other words, I have thought about that a lot.
Last edited by Innocent; Feb 22, 2011 at 06:01 AM.
so just play with different settings. The sidebars have an ID of 'left', 'left-inner', 'right-inner' and 'right' so you could use something like
HTML Code:
body.home #left {position:fixed;}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#5
Feb 22, 2011, 06:55 AM
Innocent
92 posts · Jan 2011
WP 3.4.2 Atahualpa 3.7.9
Oh, great, thanks a lot, I couldn't figure how to call sidebars in CSS