Posts: 39
Threads: 7
Joined: Oct 2012
Hello,
The comments page on my site is same this picture :
and I really want this style (more thin with more comments in same place) :
How can I change the code for having this style ?
Best regards
Eric
Posts: 2,904
Threads: 59
Joined: Jun 2010
Hi Eric,
You'd have to edit the HTML in /includes/functions/comments.php (the cmtx_generate_comment() function) and the CSS in /css/default.css.
If you disable the gravatar in the admin settings and then edit the HTML to move the date to the same line as the name then you should be half way there.
Have
you completed
the interview?
Posts: 39
Threads: 7
Joined: Oct 2012
Thank you Steven
I have almost what I want :
Only, how I can delete the space (in red) between the lines for my box will be less height ? (sorry for my english)
Thanks a lot
Eric
Posts: 2,904
Threads: 59
Joined: Jun 2010
It's hard to say without inspecting the page but I'd guess that it's these two classes in the stylesheet that you need to edit.
.cmtx_height_above_comment_text
.cmtx_height_below_comment_text
Have
you completed
the interview?
Posts: 39
Threads: 7
Joined: Oct 2012
Super, Thats great!
Thank you very much Steven