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 2017-04-29 01:01:10

pideja
Member
From: Montreal
Registered: 2013-02-26
Posts: 1,299

Thumbnail size + type size

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

#2 2017-04-29 02:11:11

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

Re: Thumbnail size + type size

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

#3 2017-04-29 02:17:06

pideja
Member
From: Montreal
Registered: 2013-02-26
Posts: 1,299

Re: Thumbnail size + type size

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

#4 2017-04-29 02:28:14

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

Re: Thumbnail size + type size

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

#5 2017-04-29 03:14:53

pideja
Member
From: Montreal
Registered: 2013-02-26
Posts: 1,299

Re: Thumbnail size + type size

Works great!

Thank you.

Last edited by pideja (2017-04-29 03:15:17)

Offline

Board footer

Powered by FluxBB