Hello,
How to change the size of the logo on the top and header?
Thanks.
<link rel="stylesheet" href="http://demo.gavick.com/joomla25/john/templates/gk_john_s/css/small.desktop.css" media="(max-width: 1400px)">
<link rel="stylesheet" href="http://demo.gavick.com/joomla25/john/templates/gk_john_s/css/tablet.css" media="(max-width: 1040px)">
<link rel="stylesheet" href="http://demo.gavick.com/joomla25/john/templates/gk_john_s/css/small.tablet.css" media="(max-width: 820px)">
<link rel="stylesheet" href="http://demo.gavick.com/joomla25/john/templates/gk_john_s/css/mobile.css" media="(max-width: 600px)">
@media (max-width: 820px){
#gkHeader #gkLogo {
top: 4px;
}
#gkLogo,
# gkLogo.cssLogo,
#gkLogoSmall,
# gkLogoSmall.cssLogo {
height: 50px! important;
width: 200px! important;
margin: 10px 0px 2px 5px;
}
}
#gkLogo,
# gkLogo.cssLogo,
#gkLogoSmall,
# gkLogoSmall.cssLogo {
height: 50px! important;
width: 200px! important;
margin: 10px 0px 2px 5px;
}
#gkLogo,
# gkLogo.cssLogo,
#gkLogoSmall,
# gkLogoSmall.cssLogo {
height: 50px! important;
}