Home Forums Total POSITION OF TEAM SECTION TITLE

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1500
    FrancescoD
    Participant

    Hi! Is possibile modify the position of team section title? I’d like to aline the title on the left side, not in the center.

    #1531
    Hash
    Keymaster

    Yes, it is possible. Add the below CSS

    #ht-team-section .ht-section-title-tagline{ text-align: left; }
    #ht-team-section .ht-section-title,
    #ht-team-section .ht-section-tagline{width:100%;}

    #1546
    FrancescoD
    Participant

    Thank you!!!

    #2205
    ayman.roshdy
    Participant

    Hello,

    I have only two team members (not four) and I need the two team members boxes appear in the center, do you know how to do this?

    Thanks

    #2318
    Hash
    Keymaster

    Here is the code

    .ht-team-member-wrap{ text-align: center; }
    .ht-team-member{ float:none; display:inline-block; }
    #2350
    ayman.roshdy
    Participant

    Thanks

    #2905
    lxu
    Participant

    Thanks!

    #3774
    jose.garcia
    Participant

    Any way to display more than four team members?

    #3818
    Hash
    Keymaster

    @jose.garcia sorry, it is not possible.

    #3844
    jose.garcia
    Participant

    Thank you!

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.