Background Video Position

Home Forums Jevelin Theme Background Video Position

Home Forums Jevelin Theme Background Video Position

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
  • ZionCODE
    Participant

    How can I change the “background-position:200px” on this cover video? I am using Unyson Section with Background Video URL

    https://binary-star.business/partnerships/publishing/

    I tried using .css on the section as I do with images, but it is not working.

    Can you please help me?

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

    Hi @ZionCODE,

     

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

     

    I visited your shared site and saw the video on the Publishing section displayed on the top of the page but didn’t see anywhere the “background-position:200px” applied on it.

     

    Please advise.

     

    Best regards,
    Shufflehound team

    ZionCODE
    Participant

    I tried on the “inspection tool”

    I tried on the “inspection tool”

    Could you please share me the screenshot of it?

    ZionCODE
    Participant

    sure

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

    That background position doesn’t display for me.

     

    Does it display only for logged in users or for specific browsers?

     

    Could you please test it without logging in and using a different browser?

     

    ZionCODE
    Participant

    I just want to see the bottom of the video.

    background-position-y is not working on the section class for background video on unyson.

    can you please help me?

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

    Are you adding that background-position CSS yourself?

     

    That background position doesn’t display for me.

     

    Please answer my questions posted in the above reply.

     

    Does it display only for logged in users or for specific browsers?

     

    Could you please test it without logging in and using a different browser?

    ZionCODE
    Participant

    Are you adding that background-position CSS yourself?

    Yes, I am an HTML/ CSS developer.

    Does it display only for logged in users or for specific browsers?

    No.

    Could you please test it without logging in and using a different browser?

    Yes. Nothing different.

    Are you adding that background-position CSS yourself?

    Yes, I am an HTML/ CSS developer.

    You are developing custom code to achieve custom functionality which doesn’t work for you.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

    ZionCODE
    Participant

    I just can’t see the video. It is cropped. Can you please help?

    You can increase its height by setting the min-height option of the section as shown in the attached screenshot.

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

    ZionCODE
    Participant

    It is not a height problem, it is a background-position problem.

    The video is cropped because it doesn’t have sufficient height so please try increasing the height as described above.

    ZionCODE
    Participant

    Please help me positioning, not increasing height. Please bros.

    Please try 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

     

    .page-id-1181 iframe#VideoWorker-0 {
        margin: -400.469px 0px 0px !important;
        height: 1159.94px !important;
        width: 1351px !important;
        max-width: 100% !important;
    }
Viewing 16 posts - 1 through 16 (of 16 total)