Support » Plugin: NextGEN Download Gallery » Repositon download buttons

  • Resolved windmark

    (@windmark)


    Hello,

    I’ve looked around the internet for such a plugin and have finally found this one. It works perfectly together with my login implementation, but I just wonder two things.

    Is there a way to reposition the download and select all buttons? I would like to always have them at the bottom.
    Also, there seem to be a strange line appearing to the right of thumbnail of image 12 in my screenshot. Is there a reason it’s there?

    Screenshot here

    Regards
    Marcus Windmark

    http://wordpress.org/extend/plugins/nextgen-download-gallery/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author webaware

    (@webaware)

    G’day Marcus,

    Sorry for the delay in replying, I somehow missed the email notification.

    The strange line is an HR element (horizontal rule) and it usually forces the two buttons to appear at the bottom, underneath all the images. You theme is doing something to HR so that they don’t clear:both and this is why you see the line in a strange place and the buttons in awkward locations.

    Add this rule to your CSS and it should fix both problems:

    .ngg-download-frm hr {
        clear: both;
    }

    cheers,
    Ross

    Thread Starter windmark

    (@windmark)

    Ah that worked just fine, thank you very much!

    /Marcus Windmark

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Repositon download buttons’ is closed to new replies.