This topic has 2 replies, 2 voices, and was last updated 10 years, 7 months ago ago by Eva Kemp
Greetings,
I have this issue, my logo is in .svg format and does not appear properly in Internet Explorer web browser. The reason it is not apperating well is that by default the height of an image is set to “auto” and for Internet Explorer there should be exact number such as max-height: 40px; and it should be applied to all stylesheets, including responsive.
When I make changes in custom.css file it affects only default style.css but does not do anything to responsive.css stylesheet. SO the quiestion is, how to make changes in default stylesheet AND in responsive stylesheet at the same time from custom.css
It might be a stupid basic quiestion on css, but I could not find and answer to that. Waiting for your reply.Thank you!
Hello,
Sorry for a long delay.
In this case you have to use media query in custom.css.
Hope these links will help you:
http://css-tricks.com/css-media-queries/
http://www.w3schools.com/css/css_mediatypes.asp
Regards,
Eva Kemp.
The issue related to '‘custom.css link to several stylesheets’' has been successfully resolved, and the topic is now closed for further responses