Notifications
Clear all

[Solved] Videos overlap text below it after increasing video player width in settings

7 Posts
2 Users
2 Likes
572 Views
Posts: 18
Topic starter
(@masteraeon)
Eminent Member
Joined: 6 years ago

This is the problem:

image

After changing Embed video player width and height (can I use "auto" on height?) the videos overlaps the text below it. Can you fix it?

I have no custom CSS code in use.

6 Replies
Posts: 18
Topic starter
(@masteraeon)
Eminent Member
Joined: 6 years ago
2 Replies
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5901

Hi @masteraeon

We'll provide you a solution soon. 

Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5901

@masteraeon,

Please use the CSS:

#wpdcom .wpdiscuz-embed-wrapper iframe{
    position: static;
}
#wpdcom .wpd-comment-text .fluid-width-video-wrapper {
    padding-top:0 !important;
}

Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

Posts: 18
Topic starter
(@masteraeon)
Eminent Member
Joined: 6 years ago

That fixed it. Thanks! Will this code be included in the next version of the plugin?

1 Reply
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5901

@masteraeon,

This is a specific CSS conflict on your website. You should keep the code.

Posts: 18
Topic starter
(@masteraeon)
Eminent Member
Joined: 6 years ago

Ok. You're super quick to answer. Impressive support! 🙂

Share:
Scroll to top