This will move the content of the user html result to the right of aboutme panel. Can be placed anywhere.
|
Source code
|
1
2
3
4
5
6
7
8
9
10
|
<style type="text/css">
#aboutme_panel_extra_html_show, .imvucodes_net {
position:absolute !important;
top:45px !important;
right:30px !important;
width:150px !important;
padding:5px !important;
font-weight:bold !important;
}
</style>
|