huypl Friend
#378799

Hi web20005,
You’re very clever when you know how to add a suffix to the modules so that you can design the modules in your own way. But to identify what the exact class (with the suffix) is, I suggest you to use a tool. Please download FireFox and and an addon of FireFox called FireBug. FireBug can help you indentify what the exact class name is.
For example, I had used this tool to examine your website and recognize that the class name of the left column exactly is .ja-moduletable moduletable_wd. It isn’t .ja-moduletable_wd. So that why it doesn’t work.
Hope this can help you.