ok i finally got it!
the problem was, that the name on the twitter widget was a <h4> tag, the solution was to add ‘display: inline;’ to the headings in the global section:
/* Headings */
h1,h2,h3,h4,h5,h6 {
clear: both;
display: inline;
}
it still doesn’t look perfect, but i’ll work that out!
thank you so much for you help!! 🙂
ok, i will.
i tried text-bottom, text-top and just now also middle, middle worked for the picture in the table, but the twitter widget picture is still out of position..
i will try to fix that with firebug, i’ll let you know how/if it worked 🙂
yes i did.
hmm that’s a pity :/ thank you though!
thank you for your quick answer, unfortunately it didn’t work :/
what else could it be?