XF 1.5 Logo image on ipad and on chrome not visible

Hi,
I changed the logo to a 84x100px sized jpg image.
I also changed the height to 100.

The logo is visible on Firefox and on windows phone but not on Chrome, IE Edge and ipad?
Can anybody help me?

Thank you very much.

Ulli
 
The logo doesn't appear for me on a desktop.
The browser inspector is stating it has dimensions of 0 x 0 px.

It seems to be related to the table code you have added.

upload_2015-10-21_10-30-41.webp
 
Hmm, I´ve added the table construct because I wanted the logo on the left side and in the middle of the right space the forum title again.
Can you give me some hints to correct the table construct?

Thanks.
Ulli
 
I removed the table and added this to extra.css:
.rett-heading { text-align: center !important; vertical-align:middle !important;}

Now the forum title is horizontal centered but not vertical.
Could you give me a hint how to vertical align the two div container (div id="logo" and div class="rett-heading") ?
 
Top Bottom