- This topic has 9 replies, 5 voices, and was last updated 7 years, 4 months ago by
jose.garcia.
Viewing 10 posts - 1 through 10 (of 10 total)
- AuthorPosts
- December 28, 2016 at 3:42 pm #1500
FrancescoD
ParticipantHi! Is possibile modify the position of team section title? I’d like to aline the title on the left side, not in the center.
January 4, 2017 at 11:36 pm #1531Hash
KeymasterYes, 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%;}January 5, 2017 at 5:01 pm #1546FrancescoD
ParticipantThank you!!!
March 5, 2017 at 8:38 pm #2205ayman.roshdy
ParticipantHello,
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
March 13, 2017 at 9:20 pm #2318Hash
KeymasterHere is the code
.ht-team-member-wrap{ text-align: center; } .ht-team-member{ float:none; display:inline-block; }
March 13, 2017 at 9:58 pm #2350ayman.roshdy
ParticipantThanks
April 26, 2017 at 8:45 pm #2905lxu
ParticipantThanks!
October 27, 2017 at 7:47 pm #3774jose.garcia
ParticipantAny way to display more than four team members?
October 29, 2017 at 11:32 pm #3818Hash
Keymaster@jose.garcia sorry, it is not possible.
November 1, 2017 at 7:36 pm #3844jose.garcia
ParticipantThank you!
- AuthorPosts
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.