We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Video Embed in Newsfeed not aligning properly[Answered]. | Forum

Shou Winn
Shou Winn Dec 5 '14
Hi I'm not sure why but when I embed videos in the video section, they appear in the newsfeed a bit messed up. (see attached) This only happens in my current Stars theme.  When I switch to another theme (in this case Origin) it works fine.  I would like to keep my theme if I could as it is one of my favorites.  Is there any new CSS code I could add to my website to make it function properly?

Thank you!
The Forum post is edited by ross Dec 7 '14
Attachments:
  Video Newsfeed issue.jpg (298Kb)
Shou Winn
Shou Winn Dec 7 '14
Anyone have any ideas?
Shou Winn
Shou Winn Dec 7 '14
Was messing with the CSS and figured out the solution.  If anyone else is having this problem, enter this CSS into your Edit CSS under Edit Theme and it should fix it.  :)  (Although the width of the .ow_oembed_video_cover may have to be changed depending on your width of the column the Newsfeed is in.)

.ow_oembed_video_cover {
    width: 38%;
}
.ow_newsfeed_oembed_atch {
    padding-left: 0;
    text-align: left;
}
.ow_newsfeed_oembed_atch
.ow_newsfeed_item_picture {
    margin-left: 0px;
}
The Forum post is edited by Shou Winn Dec 7 '14
ross Team
ross Dec 7 '14
Shou, this issue is related to the theme you're using, a theme developer should update it to make compatible with the software version you use now. 
Shou Winn
Shou Winn Dec 8 '14
Thanks Ross, I appreciate your advice on this situation! :)