Hi,
There is a bug in the submit review button, not all of the button is clickable, a bit tricky.
The other problem is that the picture overlay on the name.
Thanks,
Mohammad
Hey noyaholidays,
Thank you for using enfold and reporting this.
We will add the fix for the next update.
Meanwhile in custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following:
.rtl div #reviews #comments ol.commentlist li .comment-text {
margin: 0 50px 0 0 !important;
}
As you are using compression you have to save theme options to force a rebuild of the compressed files.
Best regards,
Günter
That solved the problem.
Thanks!
But it didn’t solve the other problem:
The other problem is that the picture overlay on the name. (i added a screenshot in the original post)
Hi,
You have the following CSS code:
#commentform label {
right: auto;
}
Not sure, from where this is coming because of the compressed files.
This overrides the default setting.
Add the following to Quick CSS:
#commentform label {
right: 245px !important;
}
That moves the text left of the input boxes.
Best regards,
Günter
thanks, actually after the first fix, the picture is shown in a good way