Hi
1) Add this to your custom css:
.article-body-wrap .container {
width: 100%;
}
2) Go to cardinal/swift-framework/pagebuilder/shortcodes/team.php and edit lines 59 & 60:
$image_width = 270;
$image_height = 270;
3) Add this:
article.type-team .profile-image-wrap {
width: 56%;
}
article.type-team .article-body-wrap {
width: 40%;
}
– Kyle