Hallo Zusammen,
ich nutze BeTheme 12.1 und Wordpress [COLOR=#444444][FONT="]4.5.3 [/FONT][/COLOR]und auf meiner Seite http://www.quality-lifestyle.de/ wird das Logo in der Mitte der Sliding-Menu-Bar ungewollt kleiner beim Herunterscrollen. Denke hängt irgendwie mit folgendem Code zusammen aber hin bekomme ich es leider nicht.
Irgendjemand eine Idee?
Viele Grüße
CSS
#Top_bar .menu > li > a span:not(.description) { border-right-width: 0; letter-spacing: 2px; }
@media only screen and (min-width: 768px) {
.header-split #Top_bar:not(.is-sticky) {
background-color: rgba(250,250,250,10);
position: absolute;
border-bottom: 1px solid rgba(250,250,250,0.2);
top: 0;
text-decoration: underline;
}
}
#Top_bar.is-sticky { height: 100px; }
#Top_bar.is-sticky .menu > li > a, #Top_bar.is-sticky .menu > li > a span { line-height: 60px; }
#Top_bar.is-sticky #logo { padding: 12px 0;}
#Top_bar.is-sticky #logo img {max-height: 120px; }
.sticky-enabled .tc-shrink-on .site-logo img {
height: 100% !important;
}
#Top_bar .menu > li a:after {
top: auto;
bottom: 0px;
}
#Top_bar .menu li ul li {
width: 200px;
text-align: left;
}
Alles anzeigen