1. GF
  2. Sherlock Holmes
  3. Commercial Templates
  4. Saturday, 11 September 2021
  5.  Subscribe via email
Dear Ciaran,

I'm using the thumbs gallery with 150px wide images. That's the size I I want for a desktop lay-out. On a phone screen (Android) it displays a 1-column lay-out. I like to make that in a 2 columns lay-out.

I'm sure it can be done with some CSS code. But I can't figure out what...

Do you have a suggestion?

TIA,
Geert
References
  1. https://silvercoastglamping.eu
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Geert

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

Edit to taste

@media only screen and (max-width:767px) {
.j51thumbs img {
width: 100px;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you once more Ciaran!
  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!