Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter timfernandes

    (@timfernandes)

    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!

    Thread Starter timfernandes

    (@timfernandes)

    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…

Viewing 2 replies - 1 through 2 (of 2 total)