Home › Forums › Jevelin Theme › Mobile Responsive Video Size
Home › Forums › Jevelin Theme › Mobile Responsive Video Size
Solution for this topic
Hi @samv,
I hope you are well today and thank you for your question.
You can make it responsive 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
@media (max-width: 800px){ div#video-player-38f83a8f7d752022e00ca4e724b2f26b { width: 100%; } }
Best regards,
Shufflehound team
That worked. Thank you!
You are most welcome here 🙂