Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS plugin problems

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #41731
    Jon_N
    Participant

    I added a code verification plugin to a comment form but the text area is quite a few pixels off from where it should be over the box image.
    see here (scroll down to form)

    I don’t have much experience editing plugins so I’m not sure how to do this one. Any hints?

    #119731
    Jon_N
    Participant

    Or, are there any other code verification plugins anyone would suggest?

    #119732
    Andy Howells
    Participant

    I imagine you’re able to edit the CSS for this input box.

    Try;

    margin-top: -22px;
    margin-left: 5px;

    Not exactly the best way to have it all aligned but I’m just basing that on the CSS you’re already using.

    #119744
    Jon_N
    Participant

    I got it worked out. Thanks guys. @JamesMD and @andy_unleash You were both right. I just haven’t edited much JS. So, it was a good learning experience. Thanks again.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.