• Resolved FRANCESCO

    (@serpe76)


    Sorry for my English translated with translator, I can’t modify or create a template for the albums, in the link you can see the defaul album but I always want only 4 columns, what should I change?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @serpe76,

    I’m afraid that NextGen Galley doesn’t have settings that’d allow controlling the columns number for the album grid ( it being exclusively limited by the container size and the size of the thumbnails + spacing ) but there’s a CSS workaround that you can add to “Appearance -> Customize -> Additional CSS” to restrict the number of columns per row to 4 for the desktop screens that are at least 900px wide:

    @media(min-width: 900px){
    .ngg-albumoverview.default-view .ngg-album-compact {
        width: 20%;
    }}
    Thread Starter FRANCESCO

    (@serpe76)

    Per il momento mi accontento, ma preferivo avere una soluzione per modificare photocrati-nextgen_basic_compact_album/ templates/ album-view.php

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘TEMPLATE ALBUM’ is closed to new replies.