Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter hooko22

    (@hooko22)

    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!

    Thread Starter hooko22

    (@hooko22)

    wow sorry it’s misterybox.org

    Thread Starter hooko22

    (@hooko22)

    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!

Viewing 3 replies - 1 through 3 (of 3 total)