Skip to main content

Fix The Dynamic Template Pop Out Sidebar In Place

Not every blog owner, who likes the dynamic templates, likes the docked sidebar - which pops out, only with the cursor properly positioned.
How do I get the sidebar to remain visible? Nobody knows where it is, with it hidden!
This blog owner is ignoring the need to use all horizontal screen space, effectively, when viewing the blog in some dynamic views.

However, if you really want the sidebar to always be visible, it's easy enough to make it do that.

To make the sidebar, in your dynamic template blog, remain visible, you just add one CSS rule.


So much empty screen space - but where's the sidebar?



There's the sidebar - much better! Magazine view has plenty of screen space, to dedicate to the sidebar.


Add one single line of CSS, using "Add CSS".

If you prefer the latter, use the "Add CSS" wizard, in the Template Designer Advanced menu - and paste the following single line of code.
#gadget-dock {position: fixed !important; right: 0px !important;}
Add a preceding / trailing blank line, if there are any rules already in "Add CSS". Copy and paste - then "Apply to Blog".

That's it. No mess, no fuss.

Where's the sidebar?


Hover the cursor in the "dock" area.


And, there it is!


Check all dynamic views, and make sure that it looks good.

But do test carefully, after applying this tweak. Look at Flipcard and Mosaic views - which are specifically designed to use all horizontal space to display all posts - and decide if you want the sidebar permanently blocking some posts.


This could be a problem, with differently sized photos, if your main view is Snapshot.



This is a problem, if your main view is Flipcard.


Other than the possibility of overlaying some content, this is a simple tweak. And like all "Add CSS" based tweaks, you can remove and re apply it, easily enough.

Note however that this tweak may not work, using custom redirects to block View changes. You may have to choose one tweak or the other.

Comments

Popular posts from this blog

Adding A Link To Your Blog Post

Occasionally, you see a very odd, cryptic complaint I just added a link in my blog, but the link vanished! No, it wasn't your imagination.

What's The URL Of My Blog?

We see the plea for help, periodically I need the URL of my blog, so I can give it to my friends. Help! Who's buried in Grant's Tomb, after all? No Chuck, be polite. OK, OK. The title of this blog is "The Real Blogger Status", and the title of this post is "What's The URL Of My Blog?".

Embedded Comments And Main Page View

The option to display comments, embedded below the post, was made a blog option relatively recently. This was a long requested feature - and many bloggers added it to their blogs, as soon as the option was presented to us. Some blog owners like this feature so much, that they request it to be visible when the blog is opened, in main page view. I would like all comments, and the comment form, to be shown underneath the relevant post, automatically, for everyone to read without clicking on the number of comments link. And this is not how embedded comments work.