/*
Theme Name: Creativ Preschool FSE
Author: creativthemes
Author URI: https://creativthemes.com
Theme URI: https://creativthemes.com/downloads/creativ-preschool-fse/
Description: Creativ Preschool FSE is a Full Site Editing Kindergarten & Preschool WordPress Theme created especially for Kindergarten, Baby Sitters, Kids Elementary School, Kids Education, Preschool, Nanny and other.
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: creativ-preschool-fse
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.8
Version: 1.0.0

/* Make NextGEN Gallery images responsive for mobile */
.ngg-galleryoverview,
.ngg-gallery-thumbnail img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

/* Ensure gallery thumbnails wrap neatly on smaller screens */
.ngg-gallery-thumbnail-box {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

/* Add spacing between images */
.ngg-gallery-thumbnail {
    padding: 5px;
}

/* Responsive grid adjustments */
@media (min-width: 768px) {
    .ngg-gallery-thumbnail-box {
        width: 48% !important; /* 2 columns on tablets */
    }
}

@media (min-width: 1024px) {
    .ngg-gallery-thumbnail-box {
        width: 30% !important; /* 3 columns on desktops */
    }
}


Creativ Preschool FSE WordPress Theme, Copyright 2025 Creativ Themes.

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

