How can I move the labels on the blog's comment field?

Discussion in 'GoldenEagle WordPress Theme' started by otdd, Aug 28, 2013.

Thread Status:
Not open for further replies.
  1. otdd

    otdd New Member

    Joined:
    Feb 19, 2013
    Messages:
    2
    Likes Received:
    0
    On my blog, the labels for each of the form items (i.e. "name," "email," etc.) appear below the text box. I want them to appear on top of the text box. How can I change this? I can't find anything in comment.php that dictates how the forms are laid out...
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Such problem is not in the theme.
    Please do let me know your website link.
    I will check and provide you a possible solution.
     
  3. otdd

    otdd New Member

    Joined:
    Feb 19, 2013
    Messages:
    2
    Likes Received:
    0
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. totr_de

    totr_de Member

    Joined:
    Apr 20, 2012
    Messages:
    31
    Likes Received:
    0
    Location:
    Mainz, Germany
    Is there an official solution for this? I would also be interested in changing these labels.

    Thanks, stephan
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Support mail sent.
     
  7. totr_de

    totr_de Member

    Joined:
    Apr 20, 2012
    Messages:
    31
    Likes Received:
    0
    Location:
    Mainz, Germany
    Hi Gourav,

    Sorry to say this, but I did not receive your support mail.
    Could you please send it again to [email protected]

    Thanks, Stephan
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    We have sent the mail to Otdd only because he was getting problem regarding comment fields label in his site.
    Please share your website link and also explain your issue little more exactly what you want to do,
    so that we will provide you the solution for that.
     
  9. totr_de

    totr_de Member

    Joined:
    Apr 20, 2012
    Messages:
    31
    Likes Received:
    0
    Location:
    Mainz, Germany
    Hi Piyush,

    my website is located at http://www.talesoftheroad.de
    my issue with the comment-box at the bottom of each single blog entry: I'd love to move the labels closer to the boxes/frames, where visitors should enter their name, email, website etc.; currently, there is a huge gap between the box and the label, so labels need to be moved upwards, closer to the box. Also, the title "Leave a reply" should be moved to the left so that it starts in line with the boxes.
    Is that somehow possible?

    Thanks,
    Stephan
     
  10. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    #respond h3 {
    padding: 0px 0px;
    }
    #respond input {
    margin-bottom: 0px;
    }
    This will solve your issue.
     
  11. totr_de

    totr_de Member

    Joined:
    Apr 20, 2012
    Messages:
    31
    Likes Received:
    0
    Location:
    Mainz, Germany
    Hi Piyush,

    Thank you very much for your quick reply. The CSS code works pretty fine!Problem solved.
    However, I do have another question related to the comment field and will start a new thread.

    Stephan
     
Thread Status:
Not open for further replies.

Share This Page