Yes, I just noticed that fooling around with the plugin CSS had some effect on the main menu CSS (which is very weird, since they have different CSS selectors).
Anyway, thank you for the reply. Looking forward to the new version!
Well just improved it a bit, still not 100% centered yet.
I edited lastfm-records/last.fm.records.js in the following way:
_css += _elemname + ' ol, ' + _elemname + ' li { margin: 0; padding: 0; list-style: none; text-align:center;} ';
–> inserted text-align:center
and set overflow:visible to _css += _elemname + ' a
Now the albums are centered, but there seems to be an indentation that moves the whole thing a bit to the right…