Viewing 2 replies - 1 through 2 (of 2 total)
  • This will require css. If you have a link to your website, I can try and give you the code you need.

    Hi,
    there is a solution.
    1. go to /wp-content/plugins/nextcellent-gallery-nextgen-legacy/css/nggallery.css
    2. Search for .ngg-gallery-thumbnail-box
    Delete float: left;
    Add display: inline-block;
    3. Search for .ngg-galleryoverview
    Add text-align: center;

    The problem is: Performing an update to the plugin will reset these settings.
    Is there a possibility to add a shortcode which allows to set the alignment (left|center|right)?
    For example: [nggallery id=2 alignment=center]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘centering thumbnails on page’ is closed to new replies.