Hi,
I have had this problem for a while and can´t find out why.
For all the CSS overrides I make, I would like to use the override.css file instead of the custom CSS code in Adv Settings (under template). It is easier to handle and gives a better overview I think.
But I have the problem, that not all overrides I make, works in the override.css file!
Here is an example:
#gkLogo img {
height: auto!important;
width: 225px!important;
}
#gkLogoSmall img {
height: auto!important;
width: 135px!important;
}
The above code is not working when I put it in override.css, but putting it in Custom CSS Code works right away!
I have other overrides in override.css that works without any problems!
So what is it I am missing here?
It seems there is something about override.css and Custom CSS Code I don´t understand 100%.
Can someone please help me put?
Regards