Tagged: team
Hi all,
first I want to thank the developers of this amazing theme with this well structured backend. Good Job!
I got a question regarding the team section. As i see, HTML Codes in Name, Title and Description is allowed. My problem now is, that i want to insert a double paragraph into the text to have Names and Titles in the Description in one line. I already tried it with <p> </p> but unfortunately the result is the same as before.
Could you give me a hint please how to get The Name & Title in my Description in one line?
Please see my picture to have a better view of what I mean
Kind regards and have a nice weekend,
Andreas
Hi,
Can you post the link to your website please?
Regards,
Josue
Yep! http://www.tagungshotel-in-hannover.de/ on the “Home” section (Site is still under construction)
Hey!
Try adding this code to the Quick CSS:
.team-member-description > p:first-child {
min-height: 85px;
}
Cheers!
Josue
Wohoo! Thank you very much! It works :-)