Hello,
if I add a video inside a K2 item (AllVideo plugin), the video box is not displayed correctly and is shifted down and is visible only one half of it. I added some K2 overrides to storebox templates to partially fix it but there is a fix that I can't do.
https://www.unrealab.it/tutorials/184/c ... o-avanzatoWhen I activate Storebox template, a new div is added:
<div class="fluid-width-video-wrapper" style="padding-top: 75%;">
I inspected the code and noticed that in standard joomla template (for example Protostar), you don't have this <div> added.
As this is an inline style I can't ovverride it, so I think it has been added to by Storebox template, I don't know why....
How can I fix it?
(see attachments for details)