I want to center the logo on small screens.
I tried following code for small screens:
- Code: Select all
#gkLogo.cssLogo {
background-image: url("../images/logo_small.png");
display: block;
margin-left: auto;
margin-right: auto;
margin-top: -6px;
padding-bottom: 5px;
width: 335px;
}
Please help