• Resolved lebowzki

    (@lebowzki)


    hi, i can’t figure out how to center
    youtube sidebar widget
    i want “emt youtube test” to look like those two above
    centered and with background
    look https://goo.gl/90AaH

    also first 2 widgets above use bg from my style.css
    .widget {
    background-image: url xxx
    }
    but youtube sidebar widget ignores it

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

    (@douglaskarr)

    There’s a CSS file specific to the widget that’s probably overriding your settings. I would set the css with a !important on the end to make it dominant.

    ie. .widget { background-image: url(xxx) !important; }

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Youtube Sidebar Widget] centering youtube sidebar widget?’ is closed to new replies.