Search…

X3 Photo Gallery Support Forums

Search…
 
trpgforum
Experienced
Topic Author
Posts: 115
Joined: 05 Jul 2019, 03:40

Scale the folder thumbnails

26 Oct 2024, 05:20

Over the past few weeks I have completely redesigned my website www.thomas-ruf.ch. It's great to be working with the latest version of PhotoGallery! And the store function (image request) has already proved its worth!

Now I have a small question that is bothering me. I would like to use CSS to scale the folder thumbnails on my site https://www.thomas-ruf.ch/angebot/ to about 75% because they are simply too large in relation to the text.  The distance to the title below should remain the same. 
Is this possible with CSS?

Best regards from Basel
Thomas
THOMAS RUF PHOTOGRAPHY
Landscape - Nature - Macro
4132 Muttenz
Switzerland
www.thomas-ruf.ch
 
metallissimus
Experienced
Posts: 343
Joined: 17 Oct 2019, 06:54

Re: Scale the folder thumbnails

26 Oct 2024, 06:28

Add this to the page's custom CSS:
Code
.img-link{
   width: 75%;
   margin: auto;
}
The result should look like this:
Bildschirmfoto 2024-10-26 um 12.27.31.png
Bildschirmfoto 2024-10-26 um 12.27.31.png (312.22 KiB) Viewed 59 times
Last edited by metallissimus on 26 Oct 2024, 09:01, edited 1 time in total.
www.danielbollinger.de – corporate photography
hochzeiten.danielbollinger.de – wedding photography
 
trpgforum
Experienced
Topic Author
Posts: 115
Joined: 05 Jul 2019, 03:40

Re: Scale the folder thumbnails

26 Oct 2024, 07:31

Thank you so much for your fantastic and fast support!!
THOMAS RUF PHOTOGRAPHY
Landscape - Nature - Macro
4132 Muttenz
Switzerland
www.thomas-ruf.ch
 
metallissimus
Experienced
Posts: 343
Joined: 17 Oct 2019, 06:54

Re: Scale the folder thumbnails

26 Oct 2024, 09:00

trpgforum wrote: Thank you so much for your fantastic and fast support!!
I think that praise should go to Karl :)
But I am happy to help whenever I can.
www.danielbollinger.de – corporate photography
hochzeiten.danielbollinger.de – wedding photography
 
trpgforum
Experienced
Topic Author
Posts: 115
Joined: 05 Jul 2019, 03:40

Re: Scale the folder thumbnails

26 Oct 2024, 14:08

Oh, thank you so much, Daniel. I really didn't read that well... But luckily there are gifted professional photographers who are so willing to help. That's also worth this thanks in English, even though we don't live far from each other in the German-speaking world :-)
Best regards
THOMAS RUF PHOTOGRAPHY
Landscape - Nature - Macro
4132 Muttenz
Switzerland
www.thomas-ruf.ch
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14143
Joined: 30 Sep 2006, 03:37

Re: Scale the folder thumbnails

26 Oct 2024, 23:41

:clap: :punch: :star: