Forums
Home / Theme: Hestia / 3 team member on the same line
(@payx)
6 years, 5 months ago
Hello,
It is possible with additional CSS to have 3 team member on the same line and not only 2 ?
Thanks
PS : I’m using Orfeo theme
(@vishakha)
Hi There,
Try adding the following code at Customize > Additional CSS:
.hestia-team-content .col-xs-12.col-ms-6.col-sm-6 { width: 33%; }
You may need to customize the code further if you need more changes there.
It works, thank you ??