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

    see picture below and private link, any idea how to fix that layout bug?

    #666447

    Noticed a new bug, the comment box only show up when i click the comment button in the email notification, if i open a different browser and load the page the comment box is missing, any idea whats conflicting?

    #667528

    Hi,

    Thank you for using Enfold.

    Fix the comment form subscription label with the following:

    #commentform .comment-subscription-form label {
        left: 20px;
        top: -5px;
    }
    
    .newsletter {
        top: -8px;
        left: 10px;
    }

    Regarding the second inquiry, please create a new thread. Thank you.

    Best regards,
    Ismael

    #667866

    that worked, however the right box “RECEIVE NEWS UPDATE” isnt clickable as pictured below, i would rather remove it actually, how do i hide it?

    #668051

    Hi!

    Please add following code to Quick CSS

    p.newsletter {
        display: none;
    }

    Regards,
    Yigit

    #668162

    another winner, worked thanks !!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Leave comment checkmark boxes not showing properly’ is closed to new replies.