Home › Forums › Jevelin Theme › Video disappears when played
Home › Forums › Jevelin Theme › Video disappears when played
Hi @greg,
Sorry to hear of the problem you are having.
You can resolve the issue on your site by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .sh-video-player-container { position: static; } #page-container .sh-video-player-container iframe { height: 300px; } #page-container .sh-video-player-content { bottom: auto; }
Best regards,
Shufflehound team
Hey,
Waiting for response
Please remove the provided CSS code from your site and try adding width in pixels for the videos as shown in the attached screenshot.
Your following topic created for link issue has been replied.
https://support.shufflehound.com/forums/topic/link-not-working/
Hey,
But it does not act as responsive, please view phone mode and provide solution thanks.
Use below custom CSS code to make it responsive.
.sh-video-player { max-width: 100%; }