J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Banning ican (1 viewing) 
Go to bottom
TOPIC: Banning ican
#3579
Karl Dean
Fresh Boarder
Posts: 10
User Offline
Banning ican Karma: 0  
Hi

How can I move the banning icon to the right side? As a lot of users are clicking on it by mistake.


 
Logged Logged  
  The administrator has disabled public write access.
#3580
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Banning ican Karma: 79  
Hi,

this require a custom override of a couple of CSS styles in your template.
If you have some skills i can give you some hints.
 
Logged Logged  
  The administrator has disabled public write access.
#3581
Karl Dean
Fresh Boarder
Posts: 10
User Offline
Re:Banning ican Karma: 0  
Ok give me some hints please

Karl
 
Logged Logged  
  The administrator has disabled public write access.
#3582
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Banning ican Karma: 79  
Hi Karl,

ok you can use a css rule like below to override the default one:

Code:

span.jchat_userscontentname { position: inherit !important; } span.jchat_banning { right: 2px !important; }
This will move the ban icon to the right. John
 
Logged Logged  
  The administrator has disabled public write access.
#3583
Karl Dean
Fresh Boarder
Posts: 10
User Offline
Re:Banning ican Karma: 0  
Thank you
 
Logged Logged  
  The administrator has disabled public write access.
Go to top