• I just wandered if there was a way of switched the comment text box labels and text boxes around. I want to try and get the label to the left of the textbox instead of on the right of it. Is this possible?

Viewing 1 replies (of 1 total)
  • You can modify the comments PHP template, but also should be able to do that with just CSS in the stylesheet. However if you don’t know what you are doing it could be a bit tricky.

    For CSS Google for “position: relative” and / or “position: absolute”. The principle is you move where those screen items would normally display on the screen, to a different location. You move the label to the right and the box to the left.

    Try to find a tutorial on that for beginners, because positioning is one of the more difficult to grasp concepts in CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘Comment’ is closed to new replies.