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.
You are not logged in.
Pages: 1
An album site contains thumbnails leading to albums. Each album set thumbnail contains an image, a title, and a date. Because some titles are rather long, some thumbnail frames are bigger than others.
I think I might be able to standardize the thumbnail frames with some CSS code but is there another way?
pideja.ca/tnm/galleries/saison-2016-2017/
Also, how to control navigation type size?
Last edited by pideja (2017-04-29 01:02:53)
Offline
Navigation font size is controlled in the Navigation section of the Designer.
I don't see any way in Backlight to make the album height uniform in album sets. You could try applying min-height to
.the__albumSet figure a in custom css. But you'll probably want to check that for mobile sizes and put anything you do in a media query.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
I know that the image portion of the thumbnail is ruled by the size of the image. I had to make all the images the same size for the thumbnails within each album for them to be the same size. I'm not too worried about that.
It's the caption (title and date) box that I want to have the same size. The third and fifth thumbnails have a larger caption box because of the text within.
Offline
the title/description area is what I was referring to. Try this:
.the__albumSet figure a {
min-height: 270px;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Works great!
Thank you.
Last edited by pideja (2017-04-29 03:15:17)
Offline
Pages: 1