Archived topic
Images in Grid Columns
5 replies · Started by ian on March 7, 2015
Not really GP but advice would be appreciated
I am using Grid Columns and putting images in them
very like your Add-ons page
all good except when screen gets narrow or viewed on mobile
image then get narrower instead of flipping underneath each other as happens on your page
Would you be prepared to reveal your secret Tom
Hi Ian,
This should help: http://generatepress.com/forums/topic/split-or-boxes/#post-79486
Well that was easy
Thanks
Is there a guide tutorial you can recommend about making things responsive (ie work on a phone think I have terminology right)
Ian
You can apply any CSS you want to mobile by placing inside this media query:
@media screen and (max-width: 768px) {
/* CSS in here is for mobile */
}
That simple thanks
Awesome support and tips
Version: 1.2.8.1 looks good so far
Ian
Thanks! :)