Okay
  Public Ticket #990928
team member hover with titles inside
Closed

Comments

  •  2
    Uwe started the conversation

    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!

  • [deleted] replied

    Hi Uwe,

    Can you please add the code below to Custom CSS

    .team-holder .member .hover-state .member-details {
    bottom: 20px !important;
    }
    Have a nice weekend.