0

I am trying to sort out my isotope layout on mobile. what I am trying to achieve is for the isotope item to center in the screen, but due to isotope adding the absolute position and the transform it puts the items in the top left.

Is there a way that when my screen size gets less then 768px then isotope takes off the absolute and transform off the item?

Cheers

Binney C
  • 89
  • 2
  • 7
  • http://stackoverflow.com/questions/8773508/jquery-isotope-centered-and-fluid-responsive – startswithaj Apr 26 '14 at 11:15
  • yeah id didnt really wanna match much code i have done it kind of a hacky css way @media (max-width: 767px) { .contentItem { position: relative!important; -webkit-transform: none!important; } } – Binney C Apr 26 '14 at 11:36
  • Yeah that was just about the only other thing I was gonna suggest but thought you had probably thought of that already. – startswithaj Apr 26 '14 at 11:37

0 Answers0