Before |
After |
Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> paste the following code --> Press enter after the last character of the last line } --> Apply to Blog.
1
2
3
4
| #gadget-dock{ position : fixed !important ; right : 0px !important ; } |
Extra:
If you've used one of my other tweaks to reposition your gadget from the right to the left, use the following code instead to keep your gadgets visible.
Cheers!
If you've used one of my other tweaks to reposition your gadget from the right to the left, use the following code instead to keep your gadgets visible.
1
2
3
4
| #gadget-dock{ position : fixed !important ; left : 0px !important ; } |
No comments:
Post a Comment