New Landing How can we help? Themeforest Theme Support Flexform Team members size 1/4

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Flexform
  • #42704
    zero1media
    Member
    Post count: 13

    Hi,

    I would like to change the size of the team items because I would like that 4 team members would be in a row instead of 3.

    I tried doing it by creating 4 separate team sections as well by assigning each of it 1/4…how ever it did not work properly.

    Is there a css code I could use in order to make each team member the size of 1/4?

    The link is:
    http://anwaltstexte.com/uberuns/

    Many thanks in advance.
    Best
    Alec

    #42828
    Tekguild
    Member
    Post count: 171

    I’ve done this on this site – http://fatechventures.com/team

    See attached screenshot.

    I think this is the CSS you’ll need:

    /* Single Team Page styling */
    article.type-team .article-body-wrap {
    	width: 64%;
    }
    article.type-team .profile-image-wrap {
    width: 30%;
    }
    .team-member-bio { /* team member bio text justify */
      	text-align: justify;
    }

    There *may* be more to it – I also did a lot of custom coding for the team.php file located at:

    flexform/includes/page-builder/composer/lib/shortcodes/team.php

    though I’m not sure it would apply in your situation.

    Hope this helps!

    #43190
    Melanie – SUPPORT
    Member
    Post count: 11032

    Thanks grokism!

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

You must be logged in to reply to this topic.