Plugin's CSS affecting the whole web site
-
Hello Ahmet,
in plugins/ahmeti-wp-timeline/TimelinerJquery/css/responsive.css
there are some generic declarations which affect (I may say break) the whole web site. I hope you can fix this, with specific rules for your plugin (no *, no body, no .container).
Thank you.Here is the code:
* { max-width: 460px; } body { font-size: large; } .container { padding:10px; } ... /* Smartphones (portrait) ----------- */ @media only screen and (max-width : 320px) { * { max-width: 300px; } }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Plugin's CSS affecting the whole web site’ is closed to new replies.