Viewing 4 replies - 1 through 4 (of 4 total)
  • .ngg-gallery-thumbnail img {
    background-color: rgb(55, 255, 255) !important;
    }
    .ngg-navigation a.page-numbers, .ngg-navigation a.next, ngg-navigation a.prev {
    border: transparent !important;
    }

    In CSS box in NGG Other Options.

    Thread Starter exedotdmg

    (@exedotdmg)

    Thanks very much! One more question.. the thumbnails all seem to be set to the left of my content area. How can I center them to the content area? The gap between my thumbnails and left navigation bar isn’t sitting well with me aesthetically.

    .ngg-galleryoverview {
    text-align:center;
    }
    .ngg-gallery-thumbnail-box {
    float:none !important;
    display:inline-block;
    }
    Plugin Contributor photocrati

    (@photocrati)

    @tizz – Thanks, as always, for your great help in the forums!

    – Cais.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS questions’ is closed to new replies.