08/12/2013 at 11:25 am
#267005
Keymaster
@ Douglas
These instructions were for the 2.0.x version of Tile Plus. For version 3.0.X open the card.php file found here: …wp-content/plugins/tile-plus
You’ll want to edit line 26:
<div style="display: inline-block; width: <?php echo ( ( $atts['card_width'] - 20 ) / 2 ); ?>px;">
Try this:
<div style="display: inline-block; width: <?php echo ( ( $atts['card_width'] - $atts['image_width'] ) + 20 ); ?>px;">
Let me know if that helps.
