Post Top Margin
4 posters
Page 1 of 1
Post Top Margin
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;
}
Last edited by CatherinaAndrea on October 24th 2011, 8:16 pm; edited 1 time in total
Re: Post Top Margin
.postbody {
margin-top: 30px;
}
margin-top: 30px;
}
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: Post Top Margin
The .postbody{ worked wonderfully, thank you
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:
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:
Re: Post Top Margin
Could try one of these:
.postprofile {
padding-top: 30px;
}
or
.postprofile dt {
margin-top: 30px;
}
.postprofile {
padding-top: 30px;
}
or
.postprofile dt {
margin-top: 30px;
}
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: Post Top Margin
.postprofile {
padding-top: 30px;
}
That one did the trick, thank you so much.
Topic can now be closed.
padding-top: 30px;
}
That one did the trick, thank you so much.
Topic can now be closed.
Re: Post Top Margin
Since this thread is marked solved, I will lock this thread.
Sanket
Sanket
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» CSS problem: Left Margin Issue
» Margin in Posting Body Problems
» Reduce Space between post profile and post body
» Changing posting option from "SEND" to "POST"
» Post count stopping at 8000 - Unable to post anymore.
» Margin in Posting Body Problems
» Reduce Space between post profile and post body
» Changing posting option from "SEND" to "POST"
» Post count stopping at 8000 - Unable to post anymore.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum