Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Videos side by side WordPress

I am using YouTube Simple Gallery. when I post a video it is located below the last video posted. I would like to use the full width of the page and have three videos per row (side by side).

I am using full width page template which has no (or very little effect)

http://c pcs testans wers.co. uk/video-gallery/

Any help to do this would be great.

Thanks

Jon

Update: I am using the Full Width Page Template (page-templates/full-width.php), can this be file duplicated in the Child theme and code added to override the theme width?

Answers (2)

2014-11-09

Navjot Singh answers:

Use the following CSS to override.

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
max-width:100%;
}

.ul-YoutubeGallery {
display:inline;
}

.ul-YoutubeGallery li.li-YoutubeGallery {
width: 33%
}


Adjust width as per your wish till 3 videos fit on the page.


Navjot Singh comments:

You have added the lines inside the @media (max-width: 800px) { } box in your child theme's stylesheet. Enter the full code after the last closing bracket.


jacksonja1 comments:

OK I think that is right, but it still won't use either side of the page just the central section.


jacksonja1 comments:

Please see attached image, I think the problem is that EVERY page only uses the central column. I have added red pen to the image to show you what I mean.

Thanks

Jon