05/22/2017 at 1:12 pm
#423774
Keymaster
@ Tim
The only way to do this would be to edit the template’s PHP file and perhaps its CSS file in order to account for the image placement. The function is:
$entry->getImage( array( 'image' => 'logo', 'width' => 30, 'height' => 30 ) );
Hope this helps!