Extra CSS Needed when used with Oxygen Builder
-
Hi,
Love your plugin. I had a strange problem when using your plugin on a new website that’s built using the Oxygen Builder plugin. The problem was that the video failed to be responsive, plus it exceeded the page width when viewed on a mobile device. Their support team was able to fix the problem. Thought I’d share here in the event others run into this same issue.
.lL, .lyte-wrapper { max-width: 100%; } @media only screen and (max-width: 992px){ .lL, .lyte-wrapper { width: 100% !important; } }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Extra CSS Needed when used with Oxygen Builder’ is closed to new replies.