Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1087509

    Hi there,

    I just uploaded a video on a client website and it doesn’t show up full screen, even though it’s the same ratio and code used for another video on another client site which works perfectly.

    This is the video not displaying full screen:

    Rentallcomo

    and this is the one displaying correctly on the other site:

    CasaMarAzul

    Can you help me out, please?

    I used in both cases a Code Block element and pasted the code snippet from Wistia.

    Thanks

    #1087934

    Hi there, any update on the issue, please?

    Thank you so much.

    Kind regards,

    #1088215

    Hi abortolotti,

    I could not login to rentallcomo site with the credentials, please check.
    For the meantime, try adding this css code in Quick CSS, located in Enfold > General Styling:

    .page-id-4393 .container_wrap_first .container {
        max-width: 100%;
        padding: 0;
    }

    Best regards,
    Nikko

    #1088217

    Hey @Nikko, thank you for your help.

    You can try login now with the first password I gave you and it will work.

    I tried adding the code you mentioned but nothing happened. Can you maybe take a look and see?

    Thank you so much

    #1088694

    Hi abortolotti,

    Thanks, I have added this css code in Quick CSS.
    Let us know if you need further assistance. :)

    Best regards,
    Nikko

    #1095742

    Thank you @nikko,

    There is a white bar on top of the screen, how can I remove that, so it’s displayed full screen also from the top?

    Thank you

    Antonio

    #1095835

    you have a padding-top of 50px on content:

    .content, .sidebar {
        padding-top: 0;
    }
    #1095944

    Thank you @Guenni007 :)
    I find your feedback a bit criptic :)
    May I ask, what should I do next? add the code you wrote into the Quick CSS or find whether inside the Quick Css I have somewhere some code realting to the padding-top 50x and delete it?

    Thanks for your help

    #1095951

    hm: click to enlarge the image : overwrite – maybe only for that page ( page-id-4393 ) this padding-top.

    • This reply was modified 5 years, 6 months ago by Guenni007.
    #1095955

    Thanks again @guenni007 :)
    This is only happening on that page, which is the homepage (page-id-4393)

    So which is the corrct code that I should add into the Quick CSS in Enfold?

    Thank you

    #1095956

    I made it, thanks to your help, @guenni007 :)

    Here’s the code I put:

    .page-id-4393 .content, .sidebar {
    padding-top: 0;
    }

    It worked :)

    #1096025

    i guess you don’t need the sidebar rule but if – just make it site specific too:

    .page-id-4393 .content, .page-id-4393 .sidebar {
    padding-top: 0;
    }
    #1096135

    Hi,

    Thanks for helping out @guenni007, please let us know if you should need any further help on the topic @abortolotti.

    Best regards,
    Rikard

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