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

Sidebar overlaps in mobile view

Home / Forums / Virtue Theme / Sidebar overlaps in mobile view

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
December 11, 2014 at 3:03 am

Hello, the top widget on the sidebar spills over to the main content on page here in mobile view

I have some custom CSS for the YouTube player which may be interfering:

.tubepress_normal_embedded_wrapper, .tubepress_thumbnail_area {
width:auto!important;
}

.tubepress_container {
width: 100% !important;
height: 75% !important;
}

.tubepress_normal_embedded_wrapper{
position: relative !important;
padding-bottom: 56.25% !important;
width:100% !important;
padding-top: 30px !important;
height: 0 !important;
overflow: hidden !important;
clear:both !important;
margin-bottom:20px !important;
}

.youtube-player {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
}

Any suggestions?

Thanks,
David.

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