Forums

Comment (2 posts)

  1. wrichards8
    Member
    Posted 1 year ago #

    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?

  2. stvwlf
    Member
    Posted 1 year ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic