1. SintacWW
  2. Commercial Templates
  3. Saturday, 07 November 2015
  4.  Subscribe via email
Hello,

When I have a screensize of 440px or smaller, the borders of the J51_GridGallery suddenly move out of place.

Do you have an idea on how to fix this?

website: http://verda.sintac.nl

Thanks in advance!
Dries
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Dries

You have to options here. Firstly you can increase the width of your GridGallery images to fill empty space. Alternatively you can simply add the following to the Custom CSS field of your templates parameters...


@media only screen and (max-width: 440px) {
.grid figure img {width:100%;}
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I use your standard template sizes for the images - no changes their.
It works fine, but no on mobile (<440px) there the borders suddenly move out of place. So I think it's a hickup somewhere in the code.

You solution also works, thanks.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!