Skip to main content

Body Text is jumping/moving on Hover

Comments

2 comments

  • KC George

    Hi Eric,

    This seems to be the CSS class which is causing the issue. If you add this code to Additional CSS, the issue could be resolved. Please see this video https://jmp.sh/5zIPPls

     
    .brz .brz-css-byxuk strong, .brz .brz-css-byxuk:hover b {
       line-height: inherit;
    }
    0
  • Eric Tuvel

    Thank you, this worked.

    0

Please sign in to leave a comment.