No reply for 5 days now, so I went in and sort-of fixed this manually. Using a full width text box and placing the photo and text underneath with social short code (that I had to add code to to make it centered). I found this code to center social icons on another post:
<p class=”social-centered”>[social size=”standard” style=”colour”]</p>
Then add the following to the box ‘Extra class name’ and Custom CSS in Theme options:
.social-centered ul.social-icons {
text-align: center;
}
.social-centered ul.social-icons li {
float: none;
display: inline-block;
}
This works for my client, but not the fix I was looking for…