Earlier quoted context omitted.
I use a bookmarklet to put that stuff in the title (and click the are you still listening button) you could do the same to fix the layout how you like it.
link to said bookmarklet?
javascript:setInterval(function (){document.title = $('.songTitle').text() + ' -- ' + $('.artistSummary').first().text();if($('#still_listening_ignore').length == 1){var t = 1000 + (Math.random()*500); setTimeout(function(){if($('#still_listening_ignore').length == 1)$('#still_listening_ignore').click();},t)}},1000);