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
Is there a way to control the top pallet height?
Offline
Custom css
try
.page__pallet__top > .content, .page__pallet__top > .content > ul {
height: 60px;
}
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 am already using
.page-pallet__top > .content > ul > li {
margin: 0;
height: 40px;
}
Also, I just noticed that in the PHP sample file, it is stated that the top pallet cannot be smaller than 48 pixels.
Offline
That's perhaps due to the size of some of those Font-Awesome icons that need to go there, I imagine.
If so, you could always change the size of those. It means that some things that show in the top pallet will be harder for your viewers to see.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
You must be right about that...
Offline
Pages: 1