Icons - Offline e Online

What put the icons for online or offline under the photo. Instead of the upper side. What could you help me?
Quote · 26 Sep 2008

UP

Quote · 27 Sep 2008

In General.css find this:

 

.online_offline_bulb
 {
  position:absolute;
  z-index:10;
  right:0px;
  top:0px;

 

Change to this:

 

.online_offline_bulb
 {
  position:absolute;
  z-index:10;
  left:0px;
  bottom:0px;

 

Or any other parameters you would like.

Quote · 28 Sep 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.