New Landing How can we help? Themeforest Theme Support Flexform Team Layout for Mobile / Responsive

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #90979
    tangent24
    Member
    Post count: 23

    We are having issues with the formatting of individual team pages — particularly when viewed on mobile devices (in particular, smartphone dimensions). The proportion between text and image is maintained as the site scales down, which is okay for tablet dimensions but is dysfunctional for smaller screens.

    It would be more intuitive to have the same “bootstrap” treatment on the team pages as the rest of the site (i.e. full-width image up top followed by full-width text below). Is this possible? If so, what code do I need to change?

    Thank you.

    #91165
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    @media only screen and (max-width: 768px) { 
    article.type-team .article-body-wrap {
    	width: 50%;
    	float: left;
    	margin-right: 10px;
    }
    article.type-team .profile-image-wrap {
    	float: right;
    	width: 48%;
    }
    }
    
    @media only screen and (max-width: 490px) { 
    article.type-team .article-body-wrap {
    	width: 100%;
    	margin-right: 0px;
    }
    article.type-team .profile-image-wrap {
    	width: 100%;
    }
    }

    – Kyle

    #91363
    tangent24
    Member
    Post count: 23

    Fantastic. Thanks, Kyle.

    #91370
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 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