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 2019-06-21 21:35:35

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

Top Pallet Size

Is there a way to control the top pallet height?

Offline

#2 2019-06-21 22:33:21

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

Re: Top Pallet Size

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

#3 2019-06-22 01:53:02

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

Re: Top Pallet Size

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

#4 2019-06-22 03:23:14

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

Re: Top Pallet Size

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

#5 2019-06-22 03:26:08

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

Re: Top Pallet Size

You must be right about that...

Offline

Board footer

Powered by FluxBB