Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi there,

    Here are the steps needed to take:

    1. Go to your Dashboard > Appearance > Theme Editor select your theme (Sketch) and its stylesheet below. Then scroll down to line 1663 and change the width to 195px. Here’s a screenshot to make things easier:

    https://cld.wthms.co/JmhzaS

    2. Go to Dashboard > Customizer > Additional CSS and paste the following code:

    .comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-comment input {
    	padding-left: 200px;
    }

    If you need more help, just let me know.

    Thread Starter gabb995

    (@gabb995)

    Hi Fotis,

    Thank you so much for your answer. I am pretty sure that I followed the instructions correctly but it looks almost the same… Did I do something wrong?

    This is what I would like to achieve: https://pasteboard.co/Ij8cdiP.jpg

    Yes, that’s what I was aiming for. To correct the alignment of the wording on the email field (previously it occupied two lines).

    If you’re looking for something else please let me know exactly what it is and I’ll try and help you.

    • This reply was modified 5 years, 5 months ago by Fotis.
    Thread Starter gabb995

    (@gabb995)

    My bad! I would like to fix the cookies consent text too (make it two or three lines instead of five)

    Hi @gabb995,

    Do you mean the text on that page starting with “Guardar mi nombre, correo electrónico”? If so, please try using the following CSS:

    .comment-form label {
        width: 100%;
        margin-left: 10px;
    }

    I hope this helps!

    Thread Starter gabb995

    (@gabb995)

    That is perfect, thank you so much!

    You’re very welcome @gabb995, glad I could help ??

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