Forums

I can't center my widget! (3 posts)

  1. andymac12345
    Member
    Posted 1 year ago #

    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,

  2. vtxyzzy
    Member
    Posted 1 year ago #

    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;
    }
  3. andymac12345
    Member
    Posted 1 year ago #

    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!

Topic Closed

This topic has been closed to new replies.

About this Topic