3 Column to 2 Column Responsiveness
-
Hi,
Firstly i’m loving this plugin, it just works!
I currently have it setup to display 3 teaser columns and i’ve added a media query at 768px to change it to 2 as below.
@media only screen and (max-width: 768px) { .one-third{width:48.1%!important;margin-left: 3.37%;margin-bottom:3.37%;} .first{clear:both;margin-left:0;} }
Now this doesn’t seem to really work because although it does change to 2 columns the columns aren’t lining up correctly, i think it has something to do with the .first class only effecting the third column.
Does anyone know how this can be fixed as 2 columns is a better fit on a tablet in portrait.
Many thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘3 Column to 2 Column Responsiveness’ is closed to new replies.