[Plugin: Get the Image] Image alignment
-
I’ve been going bonkers trying to get my thumbs to align left instead of always being on top of the post.
I’m using the standard call to the image
<?php get_the_image( array( 'custom_key' => array( 'Thumbnail', 'thumbnail' ), 'size' => 'thumbnail' ) ); ?>
But any variation of alignleft placed in the code screws it up. Can someone point me in the right direction?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Get the Image] Image alignment’ is closed to new replies.