• Resolved tdhansen1

    (@tdhansen1)


    Hi. Hope you can help with this topic.

    I use OceanWP with Elementor and I have a problem with the post comment fields. They are organized with the Name, Email and Website fields horizontal under the Comment field. This applies for Desktop and Tablet mode, in Mobile mode they are vertical.

    I would like them to show vertical in all modes. Is that possible adding custom css that would be fantastic, since I have no child theme installed.

    So that;
    Comment field
    Name, Email, Website

    Would change to;
    Comment field
    Name
    Email
    Website

    I hope I express myself understandable in English.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi There,

    Please add the below code in the custom CSS field.
    Go to Appearance > Customize > Custom CSS. put this code and check.

    ‘#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
    width: 100% !important;
    padding: 0 !important;
    }’

    Thread Starter tdhansen1

    (@tdhansen1)

    Fantastic – it works perfect! Thank you Abhishek, I have looked for a solution so long time, asking in groups, looking for settings and going through source code for options I could use. If I may ask you, is there a on-line place with kind of code snippets like this? Then I would really like to know the url, since I did not find it in the OceanWP documentation. Thanks again!

    Glad to hear that it is fixed.
    You’re the most welcome.

    I also don’t have any such URL. I just inspect your site and give you the correct code that suits your site.

    Thread Starter tdhansen1

    (@tdhansen1)

    Ah OK. I really appreciate you did that!
    I tried, but couldn’t find the right selectors. My css skills have to improve!

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Vertical comment form fields’ is closed to new replies.