[Resolved] Images in Grid Columns

Home Forums Support [Resolved] Images in Grid Columns

Home Forums Support Images in Grid Columns

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #83674
    ian

    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

    #83738
    Tom
    Lead Developer
    Lead Developer
    #83740
    ian

    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

    #83741
    Tom
    Lead Developer
    Lead Developer

    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 */
    }
    #83742
    ian

    That simple thanks

    Awesome support and tips

    Version: 1.2.8.1 looks good so far

    Ian

    #83743
    Tom
    Lead Developer
    Lead Developer

    Thanks! 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.