Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

responsive design for youtube video CSS no work

Home / Forums / Virtue Theme / responsive design for youtube video CSS no work

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
March 3, 2015 at 9:05 am

I added custom css from article – this css code work in all themes but not in Virtue Premium.

.video-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

Could you solve problem?

  • The forum ‘Virtue Theme’ is closed to new topics and replies.