Wordpress plugin html or css problem, I need help

Discussion in 'HTML & Website Design' started by trashtotreasure, Jan 2, 2013.

  1. #1
    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!

    :)
     
    Solved! View solution.
    trashtotreasure, Jan 2, 2013 IP
  2. #2
    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.
     
    Hefaistos, Jan 3, 2013 IP
  3. trashtotreasure

    trashtotreasure Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    Thanks guys. I can fix it myself, just was wondering what I should fix. Thanks so much :)
     
    trashtotreasure, Jan 3, 2013 IP
  4. trashtotreasure

    trashtotreasure Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #4
    It worked. I changed it in the style.css of the theme. Thank you Hefaistos :)
     
    trashtotreasure, Jan 3, 2013 IP