Initial topic reference
Please view::
http://www.joomlart.com/forums/topic/module-class-suffix-styles-basic-to-enhance-your-modules/
as the suffix mentioned in here will work fine for this template also 🙂
Further addition::
You can add this at end of template.css file::
/** suffixes set ****/
#ja-wrapper .moduletableimgborder img{padding:2px;background:#fff;border:1px solid #ccc;}
#ja-wrapper .moduletableimgleft img{float:left;}
#ja-wrapper .moduletableimgright img{float:right;}
#ja-wrapper .moduletablelinkref a{color:#003366;}
Implementation::
You can use these suffixes now as per your preference:
1) imgborder — Can be used to add a nice image border for every image to be seen in the specific module
2) imgleft — To keep every image in specific module to be floated left
3) imgright — To keep every image in specific module to be floated right
4) linkref — To have the link references in the specific module to attain their specific color whichsoever in updated in color property as shown above
Hope this helps 🙂
Cheers