By Jeff Suddaby on Saturday, 10 May 2014
Posted in General Issues
Likes 0
Views 490
Votes 0
Hi.

I want embedded videos to float left of the text, the same way images do. (see attached screenshot)

How do I do this?

TIA - Jeff.
hey jeff,
please add the following code to your joomla template's custom css file and let me know how it goes.


.video-container {
float:left;
padding: 0 20px 20px 0;
}


hope that helps but if you face any issues feel free to get back to us at any time. have a nice day
·
Saturday, 10 May 2014 00:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Alex
·
Saturday, 10 May 2014 01:11
·
0 Likes
·
0 Votes
·
0 Comments
·
That's perfect, Alex. Thanks a ton! - Jeff.
·
Saturday, 10 May 2014 01:34
·
0 Likes
·
0 Votes
·
0 Comments
·
you're welcome jeff. great to hear that your issue's resolved. have a nice day
·
Saturday, 10 May 2014 01:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post