dlevins
Member
Posted 7 months ago #
Hi,
The You Tube video I embedded covers far too much of the screen. I have tried changing the width and height parameters and using IFrame syntax. It all makes no difference. The page location is http://www.akindvoice.org/questionnaire/
I'm using By StartupWP Version 1.0.1 and the code is:
[embed width="420" height="315"]http://www.youtube.com/watch?v=wXNPeACupI8[/embed]
Please answer the questions below:
[contact-form-7 id="269" title="Listener Questionnaire"]
---------------------------------------------------------------
Any help would be greatly appreciated.
--David
StartupWP
Member
Posted 7 months ago #
Hey David,
Use:
.page-id-339 #content{width:42%}
https://startupwp.com/topic/customizing-your-theme/
Sorry you had to wait 3 days for an answer.
We don't monitor this forum and we don't receive notifications when people post for help. In the future make sure to post in the official forum https://startupwp.com/forum/ - where we check every single day.
Thank You
StartupWP
Member
Posted 7 months ago #
Actually, a better solution that can be used on a video to video basis is to switch to HTML mode and wrap the video/embed code with:
<div style="max-width:420px">
...VIDEO CODE HERE...
</div>
Thank You
StartupWP
Member
Posted 7 months ago #