Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Limit gallery to 5 columns

Home / Forums / Ascend Theme / Limit gallery to 5 columns

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
July 19, 2018 at 1:15 pm

I use the following code snipped on one of my sites to ensure my Ascend Gallery doesn’t exceed 4 columns regardless of how large my display is or the fact that I have my screen width set to 1440.


@media
(min-width: 1500px) {
.kt-width-large .col-xl-25 {
width: 25% !important;
}
}

Now I have an instance were I’d like to limit the gallery columns to 5, rather than 4, and I thought it would be easy to just modify this code, but I’ll be darned if I can get it to work. I’m betting one of you folks can tell me how to do it without even breaking a sweat though!!

Thanks so much. THIS is the page in question in case you need it.

  • The forum ‘Ascend Theme’ is closed to new topics and replies.