New Landing How can we help? Themeforest Theme Support Dante Mobile Bio Display

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #287323
    jbadrov
    Member
    Post count: 43

    When viewing an individual’s bio page on an iPhone, the headshot and text are not wrapping, so the image stays tiny and the text box is super skinny and long (see attached). Is there a way to make the headshot and allow the text to wrap on a phone?

    Attachments:
    You must be logged in to view attached files.
    #287348
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media screen and (max-width: 767px) {
    .container {
        padding: 0px !important;
    }
    
    article.type-team .profile-image-wrap {
        width: 100% !important;
    }
    article.type-team .article-body-wrap {
        float: none !important;
        margin-left: 0px !important;
        margin-right: 0 !important;
        width: 100% !important;
        text-align: justify !important;
    }
    }

    Thanks
    Mohammad

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register