Skip to content

Instantly share code, notes, and snippets.

@rali14
Created August 2, 2015 06:56
Show Gist options
  • Save rali14/b04ea2f863460da7caf2 to your computer and use it in GitHub Desktop.
Save rali14/b04ea2f863460da7caf2 to your computer and use it in GitHub Desktop.
Display 3 columns on Archive page (Listify)
.archive ul.job_listings .job_listing {
width: 33% !important;
}
@Poniyo
Copy link

Poniyo commented Jul 7, 2016

Hi Rashid
When the 3-column gave the internal display was difficult to find mobile phones and tablets
A way to fix it?
Mobile and tablet 3 column Show up on us, but on a normal computer screen, 2 columns?
Thankful

@mirkolef
Copy link

@media screen and (min-device-width: 768px) and (max-device-width: 1920px) {
.archive ul.job_listings .job_listing {
width: 33% !important;
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment