Search…

X3 Photo Gallery Support Forums

Search…
 
miltonh
Topic Author
Posts: 8
Joined: 07 Nov 2019, 02:33

Space between Image and Task bar/System Tray

28 Jun 2025, 03:52

Hello and sorry to bother you again.
Most of my galleries are in a justified layout (setting gallery) and they work just fine. Except that in the Gallery section there are 4 sections:

Title
Description
Link
Parameters

When I enter text in the "title" section, when clicking on an image in the gallery the title DOES show up, except that it's almost touching the Task Bar/System tray, more so in some images part of the text is below said task bar.
To somewhat solve the problem I added some straight lines (▬▬●▬▬) in the description area and that pushes the title section a little up. I've seen some pages in your showcase where the title is much close to the image but I don't really like the look it gives it.
I've been puttering around with this for two days and can't figure it out. Is there a way to have more black space (my skin is set to twilight) between the bottom of the browser and the title?

Many thanks in advance.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14269
Joined: 30 Sep 2006, 03:37

Re: Space between Image and Task bar/System Tray

28 Jun 2025, 04:17

I really need a link or at least screenshot to understand the issue in full. The Title, Description, Link items for images are attributes that can display in 1. inline caption, 2. caption overlay, 3. tooltip, 4. popup and 5. image landing page, and 1-2-3 will also be affected by the actual layout of the gallery. Impossible to guess from here what it looks like without a clear view.

Unless the issue can be resolved by tweaking some settings, you could always add more space with some custom CSS, as long as it doesn't affect other items/layouts where you might not want it. I can only suggest CSS once I see the context of the specific layout.
 
miltonh
Topic Author
Posts: 8
Joined: 07 Nov 2019, 02:33

Re: Space between Image and Task bar/System Tray

29 Jun 2025, 06:45

Thanks for your reply. I created a page in a vertical layout with numbered images (001-008) so that there is some order. 
As you can see the title of the images is very close to the task bar at the bottom of the Windows screen. I know (bye pure experimentation) that if I add anything to the description section it will show up below the title and create a little bit more space. However anything I put in there is always white (as in two underlines) and maybe I am being picky but to me it breaks the aesthetics of the page.

https://miltonharispe.com/examples/

Thanks in advance for your time and patience.

 
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14269
Joined: 30 Sep 2006, 03:37

Re: Space between Image and Task bar/System Tray

30 Jun 2025, 09:41

So if I understand correctly, you find the titles in the POPUP (when clicking to zoom images) are too low on the screen? They are there generally because it generates the most optimal and unobscured view of each image.

Added space could easily be achieved with some CSS. For example from Settings > Custom > Custom CSS, add the following:
Code
.pswp__caption {
  padding-bottom: 3rem;
}
Is this what you were looking for?
 
miltonh
Topic Author
Posts: 8
Joined: 07 Nov 2019, 02:33

Re: Space between Image and Task bar/System Tray

01 Jul 2025, 11:02

Thank you for your reply. Yes, you understood correctly! And I understand your logic about the optimal space. I'll have go and putter around and use the code in my site's panel and see how it works out.

I'll let you know how it works out. Thanks again.
 
miltonh
Topic Author
Posts: 8
Joined: 07 Nov 2019, 02:33

Re: Space between Image and Task bar/System Tray

03 Jul 2025, 07:00

Yep, that worked pretty well. Thank you.