Tagged: fullscreen video slider
Hello,
You’ve addressed this issue before for me, but it seems after the last theme update, it’s come back. I have 6 items in a horizontal tabs element. I’d like to remove the left and right margin of the element so it span the full-width of the page.
Another issue arose as well – my homescreen has a video playing in a fullscreen slider element. For some reason a black bar now appears above it that says “Video Player” in gray text. How do I remove this?
Best,
JS
Hi schuttjon!
For the tabs drag a grid row element to your page and add the tabs inside it so it will span the full width of the screen.
For the video add this to your custom CSS.
.mejs-offscreen, .mejs_offscreen { display: none !important; }
Regards,
Elliott