Saltar navegación

[Resuelto] Responsive Grid Codes

This support ticket is created hace 5 años, 3 meses. There's a good chance that you are reading advice that it now obsolete.
Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Este tema contiene 0 respuestas, tiene 1 mensaje.

Última actualización por Pete hace 5 años, 3 meses.

Asistido por: Christian Cox.

Autor
Mensajes
#1386181

Hi there,

Some time ago I searched and found how to use media quires with Toolset, sure this was on the Toolset site.

I have searched high and low to view these again and can't find them and I have an small issue I would like to resolve.

Can anyone point me in the right direction please?

There was explanations with samples that used codes like this:


@media (min-width: 1025px) and (max-width: 1280px) {
.new-places-row .col-sm-4:nth-child(n+4) {
display: none;
}
}

@media (min-width: 1025px) and (max-width: 1280px) {
.new-places-row .col-sm-4 {
width: 33.333%;
}
}