This is a very simple template modification that will display XenPorta's "Share This Page" block floating to the right of the page.
Add this to your EWRblock_SharePage.css
You may need to adjust the values depending on your needs.
Add this to your EWRblock_SharePage.css
Code:
.infoBlock.sharePage {
position: fixed;
top: 170px;
right: 15px;
}
You may need to adjust the values depending on your needs.