Hi there,
I would like to align the Text blog with the video on my blog, would be great to have it side by side Text and video. But it does not work. Does anyone know how?
Current status of the Ning Platform is always available on the Ning Status Blog.
Some interesting articles related to community management, digital marketing etc. could be found in our digest. Don't hesitate to leave a feedback so we would know that we should continue :-)
Replies
you may just be able to add class="align-left" to the video.... type your text first and then add the video and float it left...
Hi JFarrow,
Thanks for helping. I don't know much about codes. How to add class="align-left" to the video ?
Thanks
HiJFarrow,
How can I do that? I tried it many times. But does not work. What do you mean float it left?
i think there is a container which holds the video which stops the text from wrapping around the video, provide a link to that page and I will see if I can work something out for you
Hi Bizz,
Thanks for helping. It happen with Image as well. Here is the link
https://gplay.com.br/blog/lente-fixa-vs-lente-zoom-qual-objetiva-usar-
Thanks
Try this bit off css which should help
@media only screen and (min-width:960px ) {
.blogDetailPage-mainSection p.videoFrame{
width:auto;
float:left;
margin-right:15px;
}}
Hi there,
Unfortunately did not work, Do you know anything else?
Thanks a lot
I see you added the code and it has worked from what I can see, here is a screen grab