Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1241862

    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

    #1242111

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.