Video Widget

Support Area Forums Kerygma Video Widget

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://eastsidestudents.com
  • Author
    Posts
  • #26363
    Avatar photoZac Manor
    Participant

    is it possible to get the video displaying widget to go edge to edge to match the connect boxes?

    #26365
    Bill Robbins
    Moderator

    You can do that. This will make the video full width and also take out the space around it:

    
    #home-widgets aside.featured-video.widget {
    	width: 100%;
    	padding: 0;
    	margin-bottom: 0;
    }
    
    #home-widgets .home-box.widget {
    	margin-bottom: 0;
    }
    

    Let me know if that gives you trouble,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Video Widget’ is closed to new replies.