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-12-09 01:51:42

paulg
Member
From: Wiltshire, UK
Registered: 2012-09-29
Posts: 73

Adjusting font size in a pangolin descriptive gallery

Probably missing something obvious, I'm in the process of redesigning my web site using the pangolin galleries and I want to use a descriptive thumbnail gallery as my home page, how do I increase the font size for the heading and description of each gallery - seems to be rather small here
http://www.ipgphotography.uk/Galleries/

Paul

Offline

#2 2017-12-09 02:09:46

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

Re: Adjusting font size in a pangolin descriptive gallery

Custom css: http://backlight.theturninggate.net/doc … tylesheets

use this for the description

figcaption p.album-description {
  font-size: 18px;
}

and this for the title:

figcaption p.album-title {
  font-size: 20px;
}

You can use em, or px (among others) to set the font size
css font-size property: https://www.w3schools.com/cssref/pr_font_font-size.asp


If you want both increased by a proportional amount, try this:

figcaption p.album-description, figcaption p.album-title {
  font-size: 1.2em;
}

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-12-09 02:28:23

paulg
Member
From: Wiltshire, UK
Registered: 2012-09-29
Posts: 73

Re: Adjusting font size in a pangolin descriptive gallery

Thanks Rod, just what I was looking for smile

Offline

Board footer

Powered by FluxBB