tagDiv Standard Pack – deactivation problem with video

Posted in: Newspaper
Post count: 106

I’ve completed building my website with the newspaper theme (I started building after version 10 was issued.)

I’ve deactivated the tagDiv Standard Pack as suggested, but it causes problem with a video I’ve inserted into the sidebar with the ‘Video Embed’ element. As you will see in the image – https://imgur.com/eZEOiZs

the image isn’t resized. There isn’t a css settings option in the ‘Video Embed’ element and i cannot work out how to add additional css to overcome the problem.

TIA

Nigel

Post count: 106

I’ve added the following css code:

div.wpb_video_wrapper {
width: 324px;
height: 187.75px;
}

It makes no difference and

div.wpb_video_wrapper {
width: 324px!important;
height: 187.75px!important;
}

also makes no difference.

Post count: 106

I’ve cracked it! The following additional css resolves the problem:

.wpb_video_wrapper video {
width: 324px!important;
height: 187.75px!important;
}

Case closed (But I’ve hit another problem that I’ll report separately.)

Post count: 35449

Hi,

I’m glad that you manage the situation. Usually the problem comes from plugins.

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.