Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #469986

    Hello, if you go to http://www.ericsmeets.nl/portfolio/#bruidsfotografie on a smartphone the text of the gallery appears beneath the photo’s. But imo it would be better if the viewer would first see the text and then the photo’s. Is it possible to change this? Thanks!

    #470323

    Hey EricSmeets!

    Try adding this to your custom CSS.

    @media screen and (max-width:767px) { 
    .grid-content {
      position: absolute;
      top: 0px;
    }
    }

    I think that the script will update automatically and display the correct sizes.

    Best regards,
    Elliott

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