• Hello,

    My site is liquidfootball.co.uk and I have a widget which I’m having trouble centering on the sidebar. You will see under ‘Latest European Highlights’ at the bottom the thumbnails for my video feed aren’t centered and need this fixed. Anyone got any ideas? The plugin i am using for this is called ‘SubZane Youtube Plugin’

    Your help is much appreciated!

    Kind Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • At line 33 in plugins/subzane-youtube-recent-videos-widget/style.css (I think), change ‘margin: 0;’ to ‘margin: auto;’.

    ul.sz-videolisting li {
       margin:auto;
       width:130px;
    }
    Thread Starter andymac12345

    (@andymac12345)

    Excellent! That worked perfectly for me thanks ??

    Can I be a little bit cheeky and ask how A) I could make the thumbnails bigger as changing the width on the css doesn’t do the trick or B) making it so there are 6 videos listed with 2 on each line as appose to one on each line i.e.

    VIDEO 1 VIDEO 2
    VIDEO 3 VIDEO 4
    VIDEO 5 VIDEO 6

    If anyone can understand what I mean?!

    Many thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I can't center my widget!’ is closed to new replies.