Hi Guys,
the logo on android mobile view is cut off on the left side. How to change position of logo?
cheers martin.
see: uni.agentur-texte.de
#gkLogo.cssLogo {
background: url("../images/logo.png") no-repeat scroll center center rgba(0, 0, 0, 0);
height: 75px;
width: 274px;
}
@media only screen and (max-width: 480px) {
#gkLogo.cssLogo { background: url("../images/logo-small.png") !important; height: 55px;width: 170px; }
}