Pulls character information from the WoW community API and displays it.
The plugin will cache the characters it retrieves from the community API for 12 hours. This ensures that your website will make no more then 2 requests per character in any 24 hour period. In order to force your character display to update you are able to clear the cache.
When you next look at your character fresh information will be pulled from the community API. It may be that the community API is returning old information, in this case you will need to wait until your armory page is updated.
There are two ways you can do this. You can use a pure CSS based approach or alter the html output using either of the two display filters that have been made available.
To use the filters please create the necessary function (perhaps in your template.php file) and alter the html as you see fit. You can either alter the html after it has been created or you can override the template that produces the output.
The CSS can be overriden by using the global setting 'Add plugin css to the page'. Unticking this box will allow you to provide your own CSS as part of your theme. For simple edits I suggest you add the necessary tweaks to your themes CSS and keep the basic styling the plugin provides.