...
Logo displayed next to name, title, and company
- Logo specs: 512px wide, height will vary
Layout created for T2L4
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
| ||||||
Where it says <img />, just use the Add Media button and add whatever photo you like. You do not need to edit the default classes WordPress adds. Don't skip the divider element! If you forget it, the image won't appear. | ||||||
| Code Block | ||||||
| ||||||
<div class="name-title-company">
<div class="text-wrapper">
<p>
<span class="name">Name</span>
Title/Company
Location
</p>
</div>
<div class="divider"></div>
<div class="image-wrapper">
<img />
</div>
</div> |
...
