Resource icon

[Tutorial]Float XenPorta "Share This Page" block on page

hidden

Member
hidden submitted a new resource:

[Tutorial]Float XenPorta "Share This Page" block on page (version 1.0) - Display XenPorta Share This Page block floating on the right side of the page

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
Code:
.infoBlock.sharePage {
    position: fixed;
    top: 170px;
    right: 15px;
}

You may need to adjust the values depending on your needs.

Read more about this resource...
 
Top Bottom