Post Top Margin

24
Oct
2011


How do i make the post start a bit lower so its not crossing over the top header.

I thought it would be this bit of code, but i don't know what to add to it.

Code:
.post{
        border : 1px solid #000000;
   background-color: #0f1216;
   margin: 8px;
background-image: url('http://i40.servimg.com/u/f40/14/90/77/10/module14.jpg');
margin-left: 8px;
margin-bottom: 10px;
}
1 LGforum, on 24/10/2011 at 18h08
.postbody {
margin-top: 30px;
}
2 Dappy, on 24/10/2011 at 19h19
Add to your class: margin-top: 20px; or top: 20px;
3 CatherinaAndrea, on 24/10/2011 at 19h45
The .postbody{ worked wonderfully, thank you Wink

How about the avatar tho, is there a way to make it go down a little bit inside the .postprofile { ??

See screenshot for what i mean:
4 LGforum, on 24/10/2011 at 20h12
Could try one of these:

.postprofile {
padding-top: 30px;
}

or
.postprofile dt {
margin-top: 30px;
}
5 CatherinaAndrea, on 24/10/2011 at 20h15
.postprofile {
padding-top: 30px;
}

That one did the trick, thank you so much.

Topic can now be closed.
6 Sanket, on 24/10/2011 at 20h33
Since this thread is marked solved, I will lock this thread.


Sanket Smile

Similar topics
Hi Guys, My broker Asha Philip has promised to give margin trading from February and when I checked with them every time they tell stories but nothing is happened yet. Earlier they said they have applied for license and waiting for approval from CSE
First of all, ignore those red arrows and circles on the picture. My real problem is: How to place some kind of margin so the text of the post isn't so damn close to the border of the TD? Spoiler:
Hello, I have a very annoying problem, most forum skins have atleast some type of margin on the ends of the forum. I am fairly sure I can add a margin to my forum via CSS but I don't have a clue what that would be and am not certain it's possible. If
Replies 1 to 6 on 6 for "Post Top Margin"
See also
more_less
Informations

6 Replies For the topic :
"Post Top Margin"

This topic has been viewed 758 times.

Last message :
24/10/2011 at 17h48 by "CatherinaAndrea"