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