Ads line height definition changing line height in posts/pages
-
Hello,
I’ve recently noticed that some css code generated by the adrotate plugin is changing the line height in my posts (and making them look strange).
After little bit of googling I found that others had the same issue. for example:
https://www.ads-software.com/support/topic/post-vs-page-line-height?replies=6the problem is caused by this code:
.g{margin:0px;padding:0px;overflow:hidden;line-height:1;zoom:1;}
which is generated in the adrotate-output.php file.
when it’s changed to this:
$output_css = "\t.g { margin:0px; padding:0px; overflow:hidden; zoom:1; }\n";
everything is fine.
so my question is – is the line-height part really necessary? can it be left out?
thanks!
- The topic ‘Ads line height definition changing line height in posts/pages’ is closed to new replies.