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.
Hi Rod,
In LR, under Identity>Heading, what does Alignment (Left, Right, Center or Justify) > Separation refer to, please?
I've set alignment to 'Left' and changed the Separation amount in pixels, but I don't see any change.
Thanks.
Offline
I've not played with that before.
When also using the Profile Identity Plate role (Graphic Identity plate disabled), Alignment aligns the Heading and Subheading text to the left, center, or right of the masthead.
I can't figure out what Separation does.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
looking through the resulting css files and searching on the the px setting, I can't find anything. My guess is that this might have been something Matt was toying with to separate the Heading and Sub-heading at one time and it accidentally got left behind.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks Rod,
>separate the Heading and Sub-heading. I was hoping to be able to do that. They're a bit close, and together look a bit cramped.
Offline
Guess that would be another job for custom css
either:
.masthead h1 {
padding-bottom: 12px;
}
or
.masthead h2 {
padding-top: 12px;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks Rod, That works.
I used
.masthead h1 {
padding-bottom: 12px;
}
Offline
The Lateral Separation slider controls the space between the Identity Plate and the Heading/Subheading. The "Profile" style masthead is meant to be used with a graphic, as you can see on my own site, http://campagnapictures.com/galleries.php. If you're not using a graphic in this way, then you should probably choose one of the other layouts, such as "Banner".
Offline
Hi Matthew,
Am using a graphic with the Profile style masthead, but under Identity>Heading, what does Alignment (Left, Right, Center or Justify) > Separation change?
Thanks.
Last edited by RobS (2015-05-04 20:29:53)
Offline
This is the one Matt:
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
It's supposed to be the spacing between the H1 and H2 headings in the masthead, but it looks like it went walkabout at some point. I'll get that working for the next update.
Offline