fpd-color-palette

Posted 8 months ago by Dawid Konieczny

Post a topic
Answered
D
Dawid Konieczny

Hello,

Is it possible to set height of color palette in sidebar menu? For now I see just 3,5 lines of thumbnail colors.

Maybe something from CSS can help?

0 Votes

FPD Helper

FPD Helper posted 7 months ago Best Answer

Hello Dawid Konieczny, 


You can adjust the height of the color palette using CSS. Please inspect the elements, find the relevant CSS Class, and use that class in FPD > UI > CSS settings to adjust the height. 


Thanks

1 Votes


2 Comments

Sorted by
D

Dawid Konieczny posted 7 months ago

.fpd-container .fpd-colorpicker-wrapper .fpd-scroll-area {

    max-height: 500px;

    overflow-x: hidden;

    margin-top: 10px;

}


Works fine :) Thanks!

0 Votes

FPD Helper

FPD Helper posted 7 months ago Answer

Hello Dawid Konieczny, 


You can adjust the height of the color palette using CSS. Please inspect the elements, find the relevant CSS Class, and use that class in FPD > UI > CSS settings to adjust the height. 


Thanks

1 Votes

Login or Sign up to post a comment