Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Kyle Gilman

    (@kylegilman)

    Try adding this to your custom CSS

    .kgvid_wrapper { margin: 0px; }

    Thread Starter swoody26

    (@swoody26)

    HI Kyle,

    Thank you for the suggestion. It did not seem to make a difference. Thank you anyway! Sara

    Plugin Author Kyle Gilman

    (@kylegilman)

    I didn’t have the best tools with me at work. Try .kgvid_wrapper_inline_left { margin: 0px; } instead.

    Thread Starter swoody26

    (@swoody26)

    Hi Kyle,

    Still no luck. Thank you for the suggestion. Sara

    Plugin Author Kyle Gilman

    (@kylegilman)

    That one really should have worked. You might try

    .kgvid_wrapper_inline_left { margin: 0px !important; }

    And thank you for the donation! I really appreciate it.

    Thread Starter swoody26

    (@swoody26)

    Hi Kyle,

    Actually it DID work. My knowledge of coding and CSS is very limited (clearly!). I am using this plugin called “Simple Custom CSS” to add custom CSS, and by default it has these characters (comments?) on each side: http://www.ronchapplestock.com/rcs/customcss.png

    I thought I was supposed to put the code between them. Turns out that’s what the problem was. Once I removed the comments, it worked perfectly. Thank you again, as always, for your help. I do truly appreciate it! I am so grateful for public forums such as this to help me figure stuff out! Sara

    Plugin Author Kyle Gilman

    (@kylegilman)

    Oh yeah, that would explain why it didn’t work. Glad you figured it out in the end.

    I’m having the same issue – I’ve tried adding the code in but it doesn’t seem to work? The code for the video is in a widget for my homepage, I’d need 3 the buttons below the video to appear beside it; http://www.vivicorecruitment.co.uk/
    No matter what do, it just keeps appearing below.
    Any ideas?
    Thanks, Jodie.

    Plugin Author Kyle Gilman

    (@kylegilman)

    This is a different issue than Sara’s. Your video is in a DIV created by your template or widget, or however it is your theme works. It has an ID of #home-vid and it is defined in multiple places in your theme’s stylesheets as having a width of 100%, which prevents it from making room for the buttons below it. You’ll need to modify your theme’s CSS to make it work.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Can't align video with other content (on same line)’ is closed to new replies.