Viewing 4 posts - 1 through 4 (of 4 total)
  • #22574
    Ivo
    Member
    Post count: 97

    Hello. Great theme.

    If I have only three members in my team how do I get it centered in the page?

    Thanks

    #22780
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this.

    Go to: wp-content\themes\neighborhood\includes\swift-framework\page-builder\builder\shortcodes\team.php

    around line #56 you found this.

    
        		if (($sidebar_config == "left-sidebar") || ($sidebar_config == "right-sidebar")) {
        		$item_class = 'span2';
        		} else if ($sidebar_config == "both-sidebars") {
        		$item_class = 'span-bs-quarter';
        		} else {
        		$item_class = 'span3';
        		}

    after this add this

    if($item_count == 3)
    {
    $item_class = 'span4';
    }

    Try this.

    I will forward this to another staff, if he has a solution without hacking the code, He will let you know.

    Thanks,
    laranz.

    #22817
    Ivo
    Member
    Post count: 97

    Hello, good morning.

    It works. Thanks!!

    #22993
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Thanks 🙂

    Let me know if you have any other questions.

    Thanks,
    laranz.

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