• dylankeefer

    (@dylankeefer)


    I am using the theme Fortunato which should be a perfect theme to use with this plugin.

    I need to edit the div that belongs to the ID or Class below and change position:fixed; to position:absolute;

    ID
    wrapper_mbYTP_bgndVideo_home

    Class
    mbYTP_wrapper

    It has to be a PHP file I have to edit because the code is overwriting the css via the style code placed in the HTML tag

    If you could please try and point out where I can find this code to change it to my needs I would deeply appreciate it I have spent several hours digging through the files but have yet to locate the code causing my issue with my theme.

    P.S. I just wanted to say this is a great plugin that really helps simplify making a full screen video splash page.

    https://ww.wp.xz.cn/plugins/wpmbytplayer/

Viewing 1 replies (of 1 total)
  • Plugin Author pupunzi

    (@pupunzi)

    Hi,
    I don’t know why you need to do that, anyway you can overwrite it in you css file by addin “!important” in the declaration as follow:

    # wrapper_mbYTP_bgndVideo_home {
    position: absolute !important;
    }

    Bye,
    Matteo

Viewing 1 replies (of 1 total)

The topic ‘Full Screen Video Issue’ is closed to new replies.