video widget width

Support Area Forums Kerygma video widget width

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://testing.knueven.org/
  • Author
    Posts
  • #31047
    Avatar photoZac Manor
    Participant

    I’ve entered some css code you’ve given me from before but the video widget isnt take up the whole width of the screen. any ideas?

    #31048
    Bill Robbins
    Moderator

    Hey Zac,

    You’re almost there. Change this:

    
    .home-widgets .featured-video {
    	width: 100%;
    }
    

    to this:

    
    #home-widgets .featured-video {
    	width: 100%;
    }
    

    to change that particular instance of the widget. See how that goes.

    #31067
    Avatar photoZac Manor
    Participant

    perfect.. crazy how a character makes a difference.

    also, i just noticed your title on the site is Keymaster and hopefully that is a Ghostbuster reference. if so.. well done 🙂

    #31068
    Bill Robbins
    Moderator

    All the difference in the world. If you’re using the original home page section, it takes a #. If you’re using one of the other ones, it uses a . instead.

    I’m pretty sure the “keymaster” role in the forum is a reference to Ghostbusters. Wish I could take credit for it, but it’s actually the default for the bbPress plugin. Either way it’s still funny.

    Have a fantastic holiday weekend 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘video widget width’ is closed to new replies.