Navigation überspringen

[Gelöst] Responsive Grid Codes

This support ticket is created vor 5 Jahren, 3 Monaten. 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)

Dieses Thema enthält 0 Antworten, hat 1 Stimme.

Zuletzt aktualisiert von Pete vor 5 Jahren, 3 Monaten.

Assistiert von: Christian Cox.

Author
Artikel
#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%;
}
}