see picture below and private link, any idea how to fix that layout bug?
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?
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
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?
Hi!
Please add following code to Quick CSS
p.newsletter {
display: none;
}
Regards,
Yigit
another winner, worked thanks !!