Liebe Gemeinde,
ich nutze das Theme Goldengate und habe auf allen Browsern eine vernünftige Darstellung.
Auf Pads und Smartphones wird allerdings die Grafik oberhalb des Contents mittendrin abgetrennt, lila Fläche.
Die zugehörige Teil der CSS lautet.
/* Logo */
#logo
{
margin:0;
padding:0;
background:#2f2046;
border:#2f2046 1px solid;
overflow:hidden;
border-top:#468 5px solid;
border-bottom:#468 5px solid;
}
#logo div
{
width:960px;
margin:0 auto;
padding:5px 0;
}
#logo a {
border: none;
text-decoration: none;
}
#logo h1 { font-size:2.4em;}
#logo * { color:#eef;}
#logo p { font-style:italic;}
#social
{
display:inline;
float:right;
margin:5px 0 0 0;
padding:0;
}
#social a
{
border:0;
display:block;
float:left;
margin:0 5px;
padding:0;
}
Auch wenn ich das overflow:hidden; auskommentiere wird abgeschnitten.
Wer kann helfen?
Danke
Alex