OOOhhhhh! I have the same problem! I am really angry about it…and about my inexperience 😀
Any solutions? Please help us.
Found the problem!
Have to delete
ins {
???
???
???
}
in the css!
Additional
.commentlist li.comment article[id*=comment-] iframe, .post_content iframe
of the following part in the css
.commentlist li.comment article[id*=comment-] video, .post_content video,
.commentlist li.comment article[id*=comment-] object, .post_content object,
.commentlist li.comment article[id*=comment-] embed, .post_content embed,
.commentlist li.comment article[id*=comment-] iframe, .post_content iframe
{
display: block;
margin: 1.5rem 0;
max-width: 100%;
padding: 8px;
background: #fafafa;
border: 1px solid #e2e2e2;
box-shadow: 0 0 5px #e7e7e7;
min-width: 100%;
height: auto;
min-height: 340px;
}
Now it works!!! Yuhuu