You are not logged in.

  • »imvucodes« is a verified user
  • "imvucodes" started this thread

Posts: 130

Location: Interwebs

Occupation: Serving code snippets non stop.

  • Send private message

1

Monday, July 12th 2010, 2:36pm

Aboutme User HTML Position Change

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>

Similar threads

Rate this thread