Trouble with videos between paragraphs

Home Forums Gillion Theme Trouble with videos between paragraphs

Home Forums Gillion Theme Trouble with videos between paragraphs

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Crossbuster
    Participant

    Hey guys, I’m having some trouble with videos in the middle of my content. As in the screenshot I attached, the videos are being aligned aways on the side, even though I set them right below a paragraph or topic, and sometimes it’s a total mess.

     

    I tried using other page layouts, but that didn’t solve the problem. Can anyone help me with this?

     

    Thanks!

    Attachments:
    You must be logged in to view attached files.

    Hi @Crossbuster,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that I can help you?

     

    Best regards,
    Shufflehound team

    Crossbuster
    Participant

    Hey!

     

    Of course, here it is:

     

    https://www.phe.com.br/16/10/2018/analise-ducky-one-tkl/

     

    It happens right in the beginning of the text and close to the end as well.

     

    Thank you,

    Sávio Coelho

    You can resolve it 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

     

    .post-content iframe {
        float: none;
    }

    Crossbuster
    Participant

    Solution for this topic

    I just realized it was actually my bad. I had already set a float value to the iframe element so the header ad would stay at the right side of the header.

     

    The thing is that I ended up not being specific about it and it affected the videos as well.

     

    Thank you so much for your help, and sorry about the inconvenient!

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)