New Landing How can we help? Cardinal Text in Team Member profile Page and picture size

Viewing 3 posts - 16 through 18 (of 18 total)
  • Posted in: Cardinal
  • #108449
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Go to cardinal/swift-framework/page-builder/shortcodes/team.php and edit lines 62 to 78:

    if ($item_columns == "1") {
        		$item_class = 'col-sm-12';
        		} else if ($item_columns == "2") {
        		$image_width = 540;
        		$image_height = 540;
        		$item_class = 'col-sm-6';
        		} else if ($item_columns == "3") {
        		$image_width = 360;
        		$image_height = 360;
        		$item_class = 'col-sm-4';
        		} else if ($item_columns == "5") {
        		$image_width = 360;
        		$image_height = 360;
        		$item_class = 'col-sm-sf-5';
        		} else {
        		$item_class = 'col-sm-3';
        		}
    

    you can change the heights, but it’s best to leave the widths

    – Kyle

    #108511
    playence
    Member
    Post count: 4

    Thank you!!!

    #108518
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 3 posts - 16 through 18 (of 18 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