Have set the below in my override, but when adding a height att. is does not seem to be working. Am i overlooking something?
@media (max-width:620px) {
#gkLogo.cssLogo {
margin-right: 0px;
max-width: 80%;
background-size: 80% !important;
}
}
@media (max-width:1024px) {
#gkLogo.cssLogo {
margin-right: 0px;
max-width: 80%;
background-size: 80% !important;
}
}
@media (max-width:820px) {
#gkLogo.cssLogo {
margin-right: 0px;
max-width: 80%;
background-size: 80% !important;
}
}
#gkLogo.cssLogo {
background-image: url('/images/siteimages/intro.jpg');
height: 150px;
width: 1080px;
margin: 0px 30px 0px 0px;