Site logo

Archived topic

Images in Grid Columns

5 replies · Started by ian on March 7, 2015

Viewing posts 1–6 of 6

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

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! :)

This archived topic is closed to new replies.