Okay
  Public Ticket #1368007
Overlapping text
Closed

Comments

  • alextsakos started the conversation

    Hello,

    if you check the related URL, there is a problem that you can see only on some screen sizes. For example, the problem exists on ipad & iphone SE, but there is not on iphone 7 or big pc screen.

    The problem is that the "name" and the "sub title" of the "team member" overlaps the "description".

    Is there a solution for this problem? Thanks

  • [deleted] replied

    Hi Alex,

    Please add the code below to your Custom CSS area:

    .member .hover-state.padding.with-spacing {
    padding: 25px !important;
    }

  • alextsakos replied

    Hello,

    i just did as you instructed, but nothing changed :-(

    pls check attached screenshot

  • [deleted] replied

    Hi alextsakos,

    Hmm this is a little problematic because you have so much text there.

    Can you please share your Wordpress credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Thanks!

  •   alextsakos replied privately
  • [deleted] replied

    Hi Alex,

    I added this CSS code:

    @media screen and (max-width: 768px) {
        .member .hover-state.padding.with-spacing {
            padding: 10px !important;
        }
    }

    on your Custom CSS area of that page so this problem should be fixed because now the padding is smaller on devices 768px and below.

    Thanks!