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...

Kos replied to Angie Fisher's discussion 'Help for a 3.0 Newbie Please....'
Riccardo Rossini replied to Alex's discussion 'More styling in the Design Studio'
Riccardo Rossini replied to Riccardo Rossini's discussion 'Severe bug!' in the group The Sandbox
Riccardo Rossini replied to Jen's discussion 'Menu on Mobile Device Difficult'
Indrie Florin Gabriel replied to Indrie Florin Gabriel's discussion 'Buton More Disapears'
Melinda Orr replied to JFarrow's discussion 'Ning Emails Going to Spam?'© 2013 Created by Ning.
