Making the Grid Responsive from 3-2-1 Column(s)
-
Hi Bill. I’m trying to achieve the same goal as @ggsalas who asked a similar question here, where you mentioned “You’ll need to write the CSS to accomplish this. Something like:”
@media only screen and (max-width: 600px) { .post.one-third { width: 100%; float: none; margin: 0; } }
Is there any chance you can elaborate a little or share some further pointers on how to:
- get the grid to go from 3 to 2 to 1 column
- create responsive featured images within the grid like what @whaleandquail did in https://www.whaleandquail.com/
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Making the Grid Responsive from 3-2-1 Column(s)’ is closed to new replies.