Post a new Activity Update: issue
Design and Skin Customization
I'll have this fixed for the next skin release.
You can fix this yourself by modifying your skins/jrNova/css/action.css and change this:
#action_networks {
position:relative;
float:right;
font-size:12px;
right:0;
bottom:24px;
font-style:italic;
}
to this:
#action_networks {
position:relative;
float:right;
font-size:12px;
right:0;
bottom:0;
font-style:italic;
}