Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS can't seem to style wordpress plugin (nextgen gallery)

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #238599
    Bones_Jones
    Participant

    hi guys, i’m having some trouble styling the gallery plugin.

    link
    http://goo.gl/Syoy9p

    what i want is simple.

    1. i want images to justify left not centered (click on tall images)
    2. i don’t want a huge gap between the thumbnails and paragraphs.

    there is no crop option for the plugin. i tried this

    .ngg-galleria-parent .ngg-galleria {
    height: 80%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    }

    and it worked somewhat, but it leaves a huge gap between the thumbnails and paragraphs.

    can you guys help me?
    thx in advance!

    #238616
    Bones_Jones
    Participant

    another thing not sure why the total height of the gallery is set at 698px…

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.