Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
When hovering over the team member images on the right you can see the titles (and sub titles) inside. Unfortunately with longer titles the text overflows outside the hover area to the top while the lower margin/padding seems to be fixed (and wasted space).
How can I change the bottom margin in the hover/title box to make use of that space for longer texts?
Thanks!
Hi Uwe,
Can you please add the code below to Custom CSS
.team-holder .member .hover-state .member-details {
Have a nice weekend.bottom: 20px !important;
}