Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #960069

    Hi
    Here’s a link a a single blog post on my website: https://www.herbalhealinginc.com/know-nettles
    When not logged in, there are some display issues I need help with:
    1) The “Comments” label does not show above the comment textarea field
    2) The comment form labels (name, email, website) appear on the right of the form. How can I get these labels to be the same as a regular form: at the top of the input field.
    3) The checkbox and related text “Save my name, email, and website in this browser for the next time I comment.” Is it possible to have the text next to the checkbox. It would make more sense and look way more balanced.

    Any help would be appreciated to resolve the display issues.
    Lyse

    #961004

    Hey tremblayly,

    Thank you for using Enfold.

    These css codes should help with the adjustments.

    #commentform label[for="wp-comment-cookies-consent"] {
        left: 30px;
    }
    
    #commentform label:not([for="wp-comment-cookies-consent"]) {
        left: 10px;
        top: -30px;
    }

    Best regards,
    Ismael

    #961070

    Hi Ismael,

    I made slight adjustments as my preferred placements but can’t find a way to move the checkbox.
    I’m trying this on my STAGING site, so you can see the issue I’m left with here: http://herbalhealing.staging.wpengine.com/know-nettles (hosted on WPengine)

    Thanks so much
    Lyse

    #962019

    Hi Lyse,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #commentform #wp-comment-cookies-consent {
      margin-top: -22px;
      display: block;
      margin-bottom: 25px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #962167

    Hi Victoria,

    That worked perfectly!

    Thank you so much
    Lyse

    #963142

    Hi,

    Great! Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blog post comment form’ is closed to new replies.