Posts: 17
	Threads: 7
	Joined: Oct 2016
	
		
	
 
	
	
		Hi.
I m using v3.1
How can i check the spacing between rows at users text side and at admins answer text side?
I don t want so high space between rows.
Thx Thomas
	
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,910
	Threads: 59
	Joined: Jun 2010
	
		
	
 
	
	
		Hi Thomas, can you provide a screenshot to clarify the area you mean?
	
	
	
Have 
you completed 
the interview?
 
	
	
	
 
 
	
	
	
		
	Posts: 17
	Threads: 7
	Joined: Oct 2016
	
		
	
 
	
	
		Hi Steven,
thank u.
Nr. 1 u can see what i mean. I dont like so high space between the rows?
Nr. 2 by the way, please tell me where i can edit the color of users name?
Greetings
Thomas
![[Image: commentics.jpg]](http://www.alpenx-xl.de/commentics.jpg) 
	 
 
	
	
	
		
	Posts: 2,910
	Threads: 59
	Joined: Jun 2010
	
		
	
 
	
	
		Firstly you'll need to open the stylesheet:
/frontend/view/default/stylesheet/stylesheet.css
1. Add the following and adjust to how you want.
Code:
.cmtx_reply_area p {
 line-height: 10px;
}
2. See below.
Code:
.cmtx_name {
 color: red;
}
Have 
you completed 
the interview?
 
	
	
	
 
 
	
	
	
		
	Posts: 17
	Threads: 7
	Joined: Oct 2016
	
		
	
 
	
	
		Hi Steven,
Nr.1 is not running
This is my code:
![[Image: commentics2.jpg]](http://www.alpenx-xl.de/commentics2.jpg) 
Nr. 2 is running, the color is changed :-)
How can i edit the space between the rows please?
Here u can see it live: 
http://www.alpenx-xl.de/touren-italien/g...-info.html
The space between the rows is to high by admins answering text.
Greetings
Thomas
[url=http://www.alpenx-xl.de/touren-italien/goldseetrail-info.html][/url]
	
 
 
	
	
	
		
	Posts: 2,910
	Threads: 59
	Joined: Jun 2010
	
		
	
 
	
	
		I see, your own stylesheet is overriding it. Try this:
Code:
.cmtx_reply_area p {
 line-height: 0 !important;
}
.cmtx_reply_area .cmtx_admin_reply {
 color: #ce172d;
 display: block;
 font-weight: bold;
 margin-bottom: 12px;
 padding-right: 5px;
}
Have 
you completed 
the interview?
 
	
	
	
 
 
	
	
	
		
	Posts: 17
	Threads: 7
	Joined: Oct 2016
	
		
	
 
	
	
		Hi Steven  
 
 
now its running  
 
I m so happy about your wonderful free script. Thank u so much  
