Hi paulwpxp,
First of all: Thanks a lot – you’ve been really helpful! 🙂
I raise my coffee cup to you and will soon get started removing all the All coding and no sleep makes Sarah a dull girl. lines from my code 😉
So,
Thanks, Xiexie, Merci and so on! 🙂
The issue has been resolved by adding one line in the CSS file so this topic can be closed. I’m posting my CSS solution under this text in case someone will be looking for answers to the same problem:
#branding img {
height: 100%; /*was auto*/
clear: both; /*keeps header img in position*/
display: block;
width: 100%;
margin: 0 auto 0; /*added*/
Regards,
Sarah