Loading...
 
Features / Usability

Features / Usability


Module Fixed on the Left (Not affected by scrolling)

posts: 53 Australia

Hi,

I have put the 'top pages' module on the left side of my site.
I would like it to stay on the screen, even when scrolling down.

Is this possible?

Thanks

posts: 214

You can do that using the style option under the Appearance tab, but you might not like the way it looks.
Play around with setting the style to:

Copy to clipboard
background-color: yellow; position: fixed; top: 0px; left: 0px; z-index:2;

and see if you can get it the way you want it. I set the background because otherwise you can see the stuff under it.

Tom

posts: 53 Australia

Thanks Tom.
This works, but you're right. It doesn't quite look the way I would like it. I need to do more research

Sorry I didn't write back sooner. I was distracted with a work project.