Creating Responsive CSS
-
First off, thank you for the great plugin, I just wish I was better at CSS. I would like to make my instagram feed responsive to the screen size. For full screen I have entered that I want to display 12 images within the widget and my CSS looks like this
.instagram-pics li { float: left; width: 16%; list-style-type: none; padding: 15px; }This way I get 6 columns by 2 rows. However I would like for that to scale down with screen size. I am thinking I would like to get 4 columns by 2 rows for tablet sized screens, and get 2 columns by 2 rows for mobile sized screens. How would I go about doing this?
My website is http://www.widefootdesign.com for reference.
Thank you
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Creating Responsive CSS’ is closed to new replies.