After a long search ... I give up.
Someone could help me with a code to adjust the size of the tumbnails in the video module?
Thanks
Tags:

Main Page Module? If yes which column? Middle ? right? left?
Permalink Reply by Alexander Molina on April 19, 2012 at 5:48am Thanks Bernard,
Yes , Main page - Left Column.
Very grateful for what you can do for me.
Permalink Reply by Alexander Molina on April 19, 2012 at 5:50am BDW,
Thank you for the "Live Chat" Tip!!!

This code will help you to adjust size as well as it gives shadow to it.
div.module_video ul.clist img {
width: 125px;
height: 102px!important;
-moz-box-shadow: 3px 3px 4px #999; /* Firefox */
-webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */
}
If you don't like the shadow you may remove
-moz-box-shadow: 3px 3px 4px #999; /* Firefox */
-webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */
Permalink Reply by Alexander Molina on April 19, 2012 at 8:38am Thanks,
Excelennet!
Only one question,
Why the image can not be wider than 160px? are you know?

Can you show me your site?
Permalink Reply by Alexander Molina on April 19, 2012 at 1:30pm 
Hope this code will work for you
.xg_3col .xg_1col .module_video .body_large ul.clist li {
width: 160px;
margin: 0 0 8px 30px;
}
Permalink Reply by Alexander Molina on April 20, 2012 at 6:56am Wow!!!
Direct to the point.
Thank you Bernard.
For the record!!
I thik this is the only discusion here with an answer to this matter.

I guess so...

soaringeagle replied to Alex's discussion 'More styling in the Design Studio'
soaringeagle replied to Alex's discussion 'More styling in the Design Studio'
Margie replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
soaringeagle replied to Alex's discussion 'More styling in the Design Studio'
Margie replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
Thiago Santos de Moraes replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
Cindy replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox© 2013 Created by Ning.
