Forum
Welcome, Guest
Please Login to access forum.
Re:Jchat_userstab to small (1 viewing) 
Go to bottom
TOPIC: Re:Jchat_userstab to small
#4764
Wil
Fresh Boarder
Posts: 12
User Offline
Jchat_userstab to small Karma: 0  
Hello John,

I put the chat in a module.
The chat userstab has a width: 225px but it is 2 px to narrow for my option.
I looked everywhere in the css files ( default and black template) but I can't find it.

#jchat_userstab, #jchat_userstab.jchat_userstabclick { width: 225px; }

Can you help me to fix this problem?
 
Logged Logged  
  The administrator has disabled public write access.
#4765
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Jchat_userstab to small Karma: 79  
Hello Wil,

i don't think that the problem of te extra 2px is related to the JChat stylesheets, the width is managed dynamically when positioning it as a module. So probably you have some extra padding/margin added by stylesheets of your template.
Use Firebug or Chrome DevTools inspector to analyze CSS and identify it.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top