Information to the right of the staff picture
-
I can get one line of information next to the staff picture. Then code I am using is as follows.
[staff_loop]
<p>
<img class=”textmiddle” src=”[staff-photo-url]” alt=”[staff-name] : [staff-position]”>
<font size=”4″> [staff-name]</font>
[staff-position]
[staff-phone]
[staff-email-link] </br>
<div class=”staff-member-info-wrap”>
</div> </p>
[/staff_loop]With the following added to css
CSS: .texttop {vertical-align:top;}
.textmiddle {vertical-align:middle;}What I get is Name, position, and phone on one line next to the picture and the email below. I would like Name, position, and phone as three separate lines next to the picture. Any thoughts?
the page is https://www.edenautism.org/staff-directory (it will be changing as I continue to try and figure this out.
- The topic ‘Information to the right of the staff picture’ is closed to new replies.