Tagged: Blog Post Width, video
Hello Team,
Have tried to create a video blog post using either the built-in Video element or a Text-box. In both cases, the blog post css settings limited the width of the video width (1030px). Is there a way to override the default blog post width settings for a single blog post? Either in the Advanced Developer Settings of the Text block, the Video element, or in css?
Text box code:
<iframe src="https://www.youtube.com/embed/L-8AhlLxJEk" width="1920" height="1280" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
Thanks,
ofekw
Hey ofekw,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top.single-post #main .container {
max-width: 100%;
width: 100%;
padding: 0;
}
#top.single-post #main .container .av_textblock_section {
max-width: 1030px;
margin: 0 auto;
}
If you need further assistance please let us know.
Best regards,
Victoria