View Full Version : How can I close-up the space between comments?
adriAAnsen
Nov-22-2008, 01:30 PM
How can I close up the spacing between comments?
Examples:
http://www.mooizon.com/gallery/5607257_6aEjd
http://www.mooizon.com/gallery/65749...18626131_5G3fx (http://www.mooizon.com/gallery/6574915_bcKTi#418626131_5G3fx)
Thanks in advance,
adriAAnsen
Andy
Nov-22-2008, 01:33 PM
It's this in your css:
.box {
background-color: #000000;
width: 813px;
height: 563px;
}
lose that bold line.
adriAAnsen
Nov-22-2008, 01:46 PM
It worked, thanks for your help.
http://www.mooizon.com/gallery/5607257_6aEjd
adriAAnsen
jdwl
Feb-06-2012, 03:27 AM
It's this in your css:
.box {
background-color: #000000;
width: 813px;
height: 563px;
}
lose that bold line.
hi andy,
i am having a similar issue for which I did not find any answer. the spacing between two lines of text within one comment appears to wide for me.
do you have any idea how to change that? similar problems between the boxTop and box Bottom...can I somehow steer this?
http://www.hjs-photography.com/Guestbook/Guestbook/18288890_Nq52D2
http://www.hjs-photography.com/Members/Weisser-Zoo/18996522_635DJc#!i=1475758084&k=8VTn2c3
br
HJS
Allen
Feb-06-2012, 08:04 AM
hi andy,
i am having a similar issue for which I did not find any answer. the spacing between two lines of text within one comment appears to wide for me.
do you have any idea how to change that? similar problems between the boxTop and box Bottom...can I somehow steer this?
http://www.hjs-photography.com/Guestbook/Guestbook/18288890_Nq52D2
http://www.hjs-photography.com/Members/Weisser-Zoo/18996522_635DJc#!i=1475758084&k=8VTn2c3 (http://www.hjs-photography.com/Members/Weisser-Zoo/18996522_635DJc#%21i=1475758084&k=8VTn2c3)
br
HJS
Looks like the commenter added breaks.
Wer fürchtet sich vorm bösen weißen Tiger ? <br>
<br>
Niiiiiiiiiiiiiiiiiiiiiieeeeeeeeeeeeeeeeemand !<br>
<br>
Trotzdem weiter so !
I added a test comment with breaks and they don't seem to take though. So I don't know how they got there.
Allen
Feb-06-2012, 08:08 AM
hi andy,
i am having a similar issue for which I did not find any answer. the spacing between two lines of text within one comment appears to wide for me.
do you have any idea how to change that? similar problems between the boxTop and box Bottom...can I somehow steer this?
http://www.hjs-photography.com/Guestbook/Guestbook/18288890_Nq52D2
http://www.hjs-photography.com/Members/Weisser-Zoo/18996522_635DJc#!i=1475758084&k=8VTn2c3 (http://www.hjs-photography.com/Members/Weisser-Zoo/18996522_635DJc#%21i=1475758084&k=8VTn2c3)
br
HJS
Added another test comment
Looks like by using the enter key the extra line spaces are added.
like this
and this
So you have no control what the commenter adds.
jdwl
Feb-06-2012, 08:09 AM
Looks like the commenter added breaks.
Wer fürchtet sich vorm bösen weißen Tiger ? <br>
<br>
Niiiiiiiiiiiiiiiiiiiiiieeeeeeeeeeeeeeeeemand !<br>
<br>
Trotzdem weiter so !
I added a test comment with breaks and they don't seem to take though. So I don't know how they got there.
hmmm, okay thank you so far...
at the other link I posted (comments on a photo) there is too much space as well, but created automatically - so no breaks made? can you see this as well?
Allen
Feb-06-2012, 08:11 AM
hmmm, okay thank you so far...
at the other link I posted (comments on a photo) there is too much space as well, but created automatically - so no breaks made? can you see this as well?
I added two test comments, see my previous posts.
It's all about the person entering the comment hitting line return (enter key) for the extra line spacing.
Smug's adding in the breaks.
Allen
Feb-06-2012, 08:13 AM
The other link is passworded so I can't see what you're referring to.
jdwl
Feb-06-2012, 08:16 AM
I added two test comments, see my previous posts.
It's all about the person entering the comment hitting line return (enter key) for the extra line spacing.
Smug's adding in the breaks.
ok understood that - but also the space above boxbottom (or below boxtop depending on how you like to see it) is as well too much.
also the space above the text "2. Allen wrote about this gallery on Feb 6th" and the white border is too wide.
and the space between the end of the comment an the border too less
can this also be user dependent?
jdwl
Feb-06-2012, 08:17 AM
The other link is passworded so I can't see what you're referring to.
sorry - changed it
Allen
Feb-06-2012, 08:37 AM
also the space above the text "2. Allen wrote about this gallery on Feb 6th" and the white border is too wide.
This will reduce it ever so slightly.
#comments .boxBottom {padding-top:0;}
#comments .boxTop {padding-top:0; padding-bottom:0;}
jdwl
Feb-06-2012, 08:46 AM
This will reduce it ever so slightly.
#comments .boxBottom {padding-top:0;}
#comments .boxTop {padding-top:0; padding-bottom:0;}
hmm coming closer...space above the BoxTop and the border of the next comment could also be changed?
Allen
Feb-06-2012, 09:11 AM
hmm coming closer...space above the BoxTop and the border of the next comment could also be changed?
Try this
#comments .box {margin-bottom: 5px;}
jdwl
Feb-06-2012, 09:26 AM
Try this
#comments .box {margin-bottom: 5px;}
great - it works so far!
br
HJS
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.