Renee_S
Member
Posted 4 years ago #
Like you can see on my website, http://www.fashionfillers.com, the posts aren't following each other correctly. Posttitles begin in the post that is above them and the 'Link-, comments-, tags-part' isn't always at the right place...
Can some one help me with this?
Thanks.
Try adding a clear to your CSS like this:
.feedback {
color: #808080;
background: #FFE5E5;
text-align: left;
padding-right: 4px;
margin-top: 5px;
margin-bottom: 25px;
clear:both;
}
Renee_S
Member
Posted 4 years ago #
Thank you!
Adding 'clear:both;' to the feedback-part worked for me ;)