Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #301079
    kaimojis
    Participant

    I have a fairly long description under my name on the Teams panel for this theme. The website is https://kaimojisocialclub.io/

    As you can see, the first 2 team members have a long description. It seems fine on desktop. However, for a ipad or a mobile device it is too long. On an ipad or iphone, the only way to see under the picture to read the description is to click on the image, which refreshes the page. So it makes this section’s description unusable.

    Is there any else that can be done here? Where it reacts different only ipad or mobile?

    #301104
    Skandha
    Participant

    @kaimojis: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 700px) {
    #team-content-section.style-one .team-content-wrapper .entry-container {
    position: unset;
    transform: unset;
    }
    }

    This will make the team content visible without hovering upto 700px screen size. You can change that according to your choice.

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change description on teams’ is closed to new replies.