Make “More Videos” section always open

Many customers come to us and ask about “How to make the “More Videos” section always open. That’s why we make this FAQ to quick help theme.
TrueMag-Show-More-VideoThe solution is so simple, please add this CSS declaration to Theme Options > Custom CSS
#top-carousel.full-more.more-hide {
height: 206px;
padding: 40px 0;
}
#top-carousel.full-more {
height: 0;
padding: 0;
}

Then the More Video is always open as default unless users click the More button to hide it.