This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

V3.1 spacing between rows?
#1

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
Reply
#2

Hi Thomas, can you provide a screenshot to clarify the area you mean?

Have you completed the interview?
Reply
#3

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]
Reply
#4

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?
Reply
#5

Hi Steven,

Nr.1 is not running
This is my code:
[Image: 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]
Reply
#6

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?
Reply
#7

Hi Steven  Heart

now its running  Smile

I m so happy about your wonderful free script. Thank u so much  Smile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)