Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #460971

    Hey guys,
    any suggestions on how to best format the LEAVE A REPLY section at the base of the footer so that it’s not rendering the way it is on both the desktop and mobile? You’ll see it’s got major spacing/rendering issues…especially on the mobile …

    Thank you

    #461271

    Hi Justin!

    Thank you for using Enfold.

    Please use this to fix the checkbox label:

    p.comment-subscription-form label {
      left: 25px;
      margin-top: -10px;
    }

    Maybe, you can try this to adjust the form elements to a single line:

    p.comment-form-author, p.comment-form-email, p.comment-form-url {
      float: left;
      width: 30%;
    }

    Regards,
    Ismael

    #461436
    This reply has been marked as private.
    #461697

    Hi!

    Please try the following instead:

    #commentform label {
      left: auto !important;
      top: 5px !important;
    }

    Regards,
    Rikard

    #462109
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Leave A Reply BLOG Section’ is closed to new replies.