Hi everyone, I installed Auto Excerpt Everywhere on my wordpress blog and it works fine EXCEPT it creates an extra paragraph space between the second to last and last line before the "...more>>" link. Does anyone know if I can do something to keep it from making that extra paragraph space above the last line of the post excerpt? It looks pretty bad. Here is the url to the site in question: bestpowerfulblenders.com Do you need the html/css code from the theme or the plugin to help me? just let me know. Thanks everyone!
It's just a class added to plugin "more" link which ads that space. 1) To fix this you can modify the plugin files and remove "more-link" class from "more >>" link. 2) OR edit css file at /wp-content/themes/tweaker4/style.css (line 854) which is and comment this line. /* line-height: 4; */ This is probably caused by a common css class who was used both by plugin and your theme.