I must be missing something, I added that code to the overide.css file so that it looked like this:
#------------------------------------------------------------------------
# penguinMail - December 2010 (for Joomla 1.6)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website:
http://www.gavick.com# Support:
[email protected] */
/* Here you can include your override CSS styles */
h1#gkLogo a img {
height: auto !important;
}
h1#gkLogo a.cssLogo{
height: 170px!important;
}
I even tried it without the first section like this:
#------------------------------------------------------------------------
# penguinMail - December 2010 (for Joomla 1.6)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website:
http://www.gavick.com# Support:
[email protected] */
/* Here you can include your override CSS styles */
h1#gkLogo a.cssLogo{
height: 170px!important;
}
In template manager, I made sure that css override was switched on, but still it is not working. Can you tell me what I am missing?