Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2018-04-27 15:49:17

Freppmeister
New Member
Registered: 2018-04-24
Posts: 2

[Solved] Distance/line break between Metadata token 1 and 2 in album

New to the forum and Backlight. Absolutely love the main principle that once set up, albums are maintained and published all through Lightroom.

But, of course, one has to set the galleries up to ones liking first...


I cannot seem to decrease the distance between metadata token 1 and 2 in the thumbnail grid (classic setting). I have played around some with the ability to add a custom CSS file, which now looks as:

img { 
    background-color: #2C2C2C;
    padding: 1px;
}
ul.image_metadata li:first-child {
	font-weight: 400;
	font-size: 9px;
	color: #ffffff;
	font-style: italic;
	text-align: left;
}
ul.image_metadata li:not(:last-child) {
    padding-bottom: 5px;
}
ul.image_metadata li:not(:first-child) {
    padding-top: 5px;
}

With it, I have managed to add border to the thumbnail images themselves, and change font style of the metadata text. But my tries to change the line height have failed; either setting padding-bottom/padding-top can affect the height, if set to a high number. I.e I can _increase_ the distance between the to, but not make it smaller.

I have no prior knowledge of CSS coding, so my sources are google and this forum...

Last edited by Freppmeister (2018-05-06 00:43:13)

Offline

#2 2018-04-27 22:14:43

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: [Solved] Distance/line break between Metadata token 1 and 2 in album

try this and adjust the numbers as needed:

ul.image_metadata li {
    height: 1rem;
    line-height: 1.15;
}


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#3 2018-05-06 00:42:55

Freppmeister
New Member
Registered: 2018-04-24
Posts: 2

Re: [Solved] Distance/line break between Metadata token 1 and 2 in album

That did the trick. Many thanks!

Offline

#4 2018-05-06 00:59:46

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: [Solved] Distance/line break between Metadata token 1 and 2 in album

smile


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

Board footer

Powered by FluxBB