habe das site_logo in der größe eingebunden wie oben beschrieben.
Code: Alles auswählen
float: center;
display: inline-block;
width: 1195px;
height: 135px;
Kann mir bitte jemand helfen?!
Danke

Code: Alles auswählen
float: center;
display: inline-block;
width: 1195px;
height: 135px;
Code: Alles auswählen
.wrap {
border: 1px solid transparent;
border-radius: 8px;
margin: 0 auto;
max-width: 1152px;
min-width: 625px;
padding: 15px;
}
background-size: 100% auto;
würde das Bild im Hintergrund auch responsiv zeigen.new_headerlogo.html
stylesheet.css
und eine Datei custom.css
/styles/prosilver/template/overall_header.html
Code: Alles auswählen
<div id="site-description" class="site-description">
<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->"><span class="site_logo"></span></a>
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
</div>
Code: Alles auswählen
<!-- INCLUDE new_headerlogo.html -->
Code: Alles auswählen
<div id="site-description" class="site-description">
<div class="logo-container">
<div class="new-logo">
<img src="{T_THEME_PATH}/images/site_logo.gif" />
</div>
</div>
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
</div>
<!-- INCLUDE new_headerlogo.html -->[/
bindet diese Datei jetzt an der ursprünglichen Code-Stelle wieder ein.Code: Alles auswählen
.site-description {
width: 100%;
height: auto;
}
.site-description h1, .site-description p {
display: none;
}
.logo-container {
width: auto;
}
.new-logo {
width: auto;
height: auto;
}
.new-logo img {
width: 100%;
height: 100%;
}
.search-header {
margin-top: -26px;
}
@media (max-width: 1050px) {
.search-box {
display: none;
}
}
Code: Alles auswählen
@import url("custom.css");
overall_header.html
deines Styles und finde das hier:
Code: Alles auswählen
<div class="headerbar" role="banner">
Code: Alles auswählen
<div class="headerbar-" role="banner">