Okay
  Public Ticket #1315034
Team element spacing
Closed

Comments

  •  2
    HL started the conversation

    Can I change the spacing between team members in the team element (as it is possible with portfolio elements)? Thanks for your help.

  •  1,560
    Laborator replied

    Hi there,

    That's not possible through theme options, anyway we can try out using custom CSS, can you give us the link to your team page? (Make sure the maintenance/coming soon mode is not enabled)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   HL replied privately
  •  1,560
    Laborator replied

    Hi there,

    Add the following CSS to remove the spacing completely:

    .team-holder .row .col-md-4 {
      padding: 0px;
    }
    .team-holder .member {
      margin-bottom: 0px;
    }

    If you want to add the spacing then change the value where it is 0px

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    HL replied

    Thank you. That does the job – almost. But it destroys the alignment (left and right side of container). Is there a way to make it fit properly, respecting the container width?

    Thanks for further help.

  •  1,560
    Laborator replied

    Hi there,

    I don't know any other way of doing that, the container won't be touched but each team member is attached to a column so the spacing changes will affect the columns of that container. 

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    HL replied

    I see ...

    I just like the possibility of putting «default spacing» in the portfolio settings very much and of course it would be cool to be able to do the same thing with the team element.

    But as I can see from your answer it works differently here.

  •  1,560
    Laborator replied

    Hi again,

    As said in my last reply, the team element works differently here, since the spacing there is managed through theme options. So unfortunately there's no other way of changing the space here.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group