Viewing 8 replies - 1 through 8 (of 8 total)
  • ok
    take this and paste it on
    style.css
    on ur theme

    p.comment-subscription-form , p.comment-subscription-form{
    direction:ltr;
    }

    etc..

    sorry take this

    p.comment-subscription-form  input , p.comment-subscription-form input{
    float:left;
    }

    etc..

    Thread Starter anony1

    (@victoriaeightyfive)

    Sorry that didn’t work ??

    Is there not a margin or padding value I can change to just nudge them down a bit?
    I don’t mind them being aligned right. But they’re not inline with the text to the left of them.

    Thanks.

    yeah
    take this,

    p.comment-subscription-form  input , p.comment-subscription-form input{
    float:left;
    margin-top:14px;
    margin-right:5px;
    }

    etc..

    Thread Starter anony1

    (@victoriaeightyfive)

    Where abouts should I put that in the style.css?
    Thanks

    ok
    go to your site root,
    wp-content / themes/your current theme/style.css edit this
    and put it in the last line
    ,

    p.comment-subscription-form  input , p.comment-subscription-form input{
    float:left;
    margin-top:14px;
    margin-right:5px;
    }

    paste it should be working well @.

    Thread Starter anony1

    (@victoriaeightyfive)

    That’s great. All sorted! ??

    Thanks so much for your help ??

    u r welcome , see you around !.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Comments form check boxes out of line’ is closed to new replies.