Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    Bug-reports    Topic: [solved] Change appearance in comments
Pages: [1]   Go Down
  Print  
Author Topic: [solved] Change appearance in comments  (Read 962 times)
0 Members and 1 Guest are viewing this topic.
DanielC
Newbie
*

Karma: 0
Offline Offline

Posts: 5


« on: February 24, 2012, 06:42:05 »

Hi,

I want to make a little change in the frontend comments. I need a space beetween user name and comment nad between comment and "reply" link. I upload an image showing where I need the space (red lines), maybe with a <br> or margin-botton / margin-top code, but I do not know in which file and exactly in which line.

Thanks for any reply,

Daniel


* jcomments.jpg (40.11 KB, 722x86 - viewed 132 times.)
« Last Edit: February 24, 2012, 08:34:59 by DanielC » Logged
ABTOP
Sr. Member
****

Karma: 17
Offline Offline

Posts: 398



WWW
« Reply #1 on: February 24, 2012, 07:26:48 »

Open file
/components/com_jcomments/tpl/default/style.css
Go to line 49 and find this:
Code:
#comments .comment-body {
    color: #777777;
    margin: 6px 0 0;
    padding: 0 0 2px;
}

You can increase top and bottom padding like this
padding: 4px 0;

or even bigger
padding: 6px 0;

You decide how much space you want.
Logged

No personal messages unless you are a friend or you have money for me.
DanielC
Newbie
*

Karma: 0
Offline Offline

Posts: 5


« Reply #2 on: February 24, 2012, 08:34:37 »

Thank you ABTOP, it works!! and thanks for your quick reply.

Best regards
Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Bug-reports    Topic: [solved] Change appearance in comments
 
Jump to: