Row Video Background doesn't show on mobile

Posted in: Newspaper
Post count: 23

Working on a site for a client. They want a video as the row background on the home page. It works, but not on mobile. How do I enable the video background added in VC to work on mobile?

Thank you

http://www.paulamjones.com

Post count: 20688

Hi,

Visual composer hides the row background on mobile, that would be the default behaviour. It could be made visible with custom code, such as this one
https://www.screencast.com/t/rN5XtdsorPIB

@media (max-width: 767px) {
.vc_hidden-xs {
display: block!important;
}}

Enter the code in Theme panel->Custom CSS and the video background should be visible on mobile.

Thanks

Post count: 23

Thanks much Simion, that worked great.

  • This reply was modified 8 years by ericaeide.
Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.