marlene23
Member
Posted 7 months ago #
Hello, please can someone help me. I have integrated wordpress with my site here
http://www.the-happiness-connection.com
On this page here:
'
http://www.testt.npcounselling.co.uk/TheHappinessConnection/Blog/?p=415
'
I have comments set, however, when I post a test comment, its shows up at the top right hand of the screen instead of under the comments form! I have been having a look around and through this forum but I just cant find how to fix it. Much appreciation for any help offered.
right now, this is styling the single comments:
.post_section .comment {
position: absolute;
top: -10px;
right: 0px;
width: 70px;
height: 42px;
text-align: center;
padding-top: 10px;
font-size: 12px;
font-weight: bold;
background: url(http://www.the-happiness-connection.com/images/templatemo_comment.png) no-repeat;
}
review http://www.w3schools.com/css/css_positioning.asp
and general http://www.w3schools.com/css/default.asp
for help with general formatting problems, please ask at a css forum like http://csscreator.com/forum
marlene23
Member
Posted 7 months ago #
Thank you very much - that was a real help. I was so caught up with the php that I forgot about the css. Thank you