• Hi all,

    I am having a heck of a time trying to line up my JW Player video (embedded using “Video Embed & Thumbnail Generator”) and my Google map (iFrame embedded). The developer for the video plugin suggested “Try adding this to your custom CSS: .kgvid_wrapper { margin: 0px; }” but unfortunately it did not make a difference.

    http://www.aerialinspection.com/sara-test2/

    Any suggestions?? I am fairly new to all this, and my knowledge of coding is limited.

    Thank you in advance for any suggestions! Sara

Viewing 5 replies - 1 through 5 (of 5 total)
  • You need to get rid of the top margin to the video. Try this in your custom css:

    .kgvid_wrapper_inline_left {margin-top:0}

    Custom css has to load late in the page so it takes precedence over other styles. If your theme does not have a setting where you can enter custom css, you can use a plugin like this one:
    https://wordpress.org/plugins/simple-custom-css/

    Thread Starter swoody26

    (@swoody26)

    Hi Iorro,

    Thank you for your suggestion. Unfortunately that didn’t work either.

    I am confused about adding Custom CSS. I did get the plugin you suggested. Am I doing this right? Please see link for attachment. I do not see the added code in the style.css but maybe I’m not supposed to? How can I make sure it is loading late in the page? Can I add it manually at the bottom of the style.CSS file? Yes, I am a novice…..!

    http://www.ronchapplestock.com/rcs/customcss.png

    Thanks!
    Sara

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You need to take it out of these comments:

    /*
    */

    If you put CSS in that then it will be ignored.

    Thread Starter swoody26

    (@swoody26)

    Thank you, thank you, THANK YOU! Those comments are in there by default, so I thought I was supposed to put the code within. Confusing. Hey, if I ever need to add more custom css, do I just hit return and add it to the next line? Thanks again (both Andrew and Iorro) SARA

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    do I just hit return and add it to the next line?

    Yes Sara.
    Thanks for asking!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can't align Video & Google Map (iFrame)’ is closed to new replies.