Here's hoping there's an easy way to do this and I just can't figure it out.
So I'm using
kunzite1's
layer codes to have a header to change based on view. My concern now is, if it's possible to print this header in the sidebar. I think this is the easiest way to achieve what I want since I want the header to 1) stay fixed with the sidebar and, 2) have the
(
Read more... )
Comments 3
#k1Hheader {position: fixed;} would in making your sidebar header image scroll with your sidebar. It's just not being accepted because of the CSS limit. Try cutting down the amount of characters you're using in CSS or link to an external CSS.
Reply
.sidebar {margin-top: 118px;}
will make it *appear* like your header is part of the sidebar and bump the entries and such up.
Reply
Thanks for the suggestion! It worked like a charm~
Reply
Leave a comment