• Resolved Jennifer Roberts

    (@jenspends)


    After updating the plugin, there is now a much larger gap between the file name and the action links. Before, the two lines were closer together and aligned with the middle of the thumbnail image. Now each line is further apart–title at the very top, actions at the very bottom, pushing outside boundaries of thumb. It doesn’t look nice. Maybe a conflict with site CSS, but I don’t know what to tweak.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mitchell Bennis

    (@eemitch)

    I see the issue in your theme.

    #content_holder p {
        margin-bottom: 30px;
    }

    Add this to your theme’s CSS and the issue should be resolved.

    #content_holder .eeSFL p.eeSFL_FileLink, 
    #content_holder .eeSFL p.eeSFL_FileDesc, 
    #content_holder .eeSFL p.eeSFL_FileSubmitter {
        margin: 0;
        margin-bottom: 0px;
        padding: 0;
    }
    Thread Starter Jennifer Roberts

    (@jenspends)

    Thank you for taking the time to help even though it ended up being “my” problem, not your plugin. That did the trick.

    Plugin Author Mitchell Bennis

    (@eemitch)

    My pleasure. Believe me, I always lose sleep when releasing a major update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS problems after update – large space between file name and action links’ is closed to new replies.