Hey there guys and thank you both for the reply.
Chris: I already looked at the faq and it refers to bookmarking apps. I did look through the code for SEO but not sure what it is liveblogg could use to identify SEO Ultimate.
Not sure that is what I should put in the field!
Well anyway again thank you guys for the replies!
wow sorry it’s misterybox.org
Hello again everyone.
I found the solution to this problem.
Turns out I had to edit the two following rules inside of my style css:
´input[type=text],input#s {
margin:0 0 1em;
width:60%;
}´
I changed it to this:
´input[type=text],input#s {
margin-top:1em;
margin-right:auto;
margin-left:auto;
width:60%;
}´
Then for the comment box itself. I changed this:
´#respond textarea {
display:block;
margin:0 0 1em;
width:60%;
}´
To this:
´#respond textarea {
display:block;
margin-top:1em;
margin-right:auto;
margin-left:auto;
width:60%;
}´
Hope this can help someone out there!