• There seems to be an issue with the image overlapping the text in Safari. I can’t replicate this in Chrome or Firefox.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Without a link to your site, hard to even guess what might be the problem.

    Thread Starter josnad01

    (@josnad01)

    Found a work around…

    To ‘get around’ this issue edit the virtual template ‘postformat.php and change the line
    HTML Code:
    <?php bfa_thumb( 620, 180, true, '<div class="thumb-shadow"><div class="post-thumb">', '</div></div>' ); ?>
    to HTML Code:
    <?php bfa_thumb( 620, 180, true, '', '' ); ?>

    You lose the shadow functionality though.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image hides text in Safari’ is closed to new replies.