Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I know there are many questions online regarding this, but I am new at this and need a bit more help to tailor it to my situation.

The padding for the following codes looks different in firefox and safari. Could anyone tell me how to correct this?

My website is http://www.lookbookcookbook.com

<li><div class='w2bPinitButton' expr:id='&quot;w2bPinit-&quot; + data:post.id' style='display: none;visibility: hidden;height: 0;width:0;overflow: hidden;'> 
<data:post.body/>
<script type='text/javascript'>
    w2bPinItButton({ 
        url:&quot;<data:post.url/>&quot;, 
        thumb: &quot;<data:post.thumbnailUrl/>&quot;, 
        id: &quot;<data:post.id/>&quot;, 
        defaultThumb: &quot;http://4.bp.blogspot.com/-YZe-IcKvGRA/T8op1FIjwYI/AAAAAAAABg4/j-38UjGnQ-Q/s1600/w2b-no-thumbnail.jpg&quot;, 
        pincount: &quot;horizontal&quot; 
    }); 
</script> </div> </li>



<li><div style='text-align:left;padding:5px 10px 4px 55px;'><span class='post-author vcard'>
    <b:if cond='data:top.showAuthor'>
      <data:top.authorLabel/>
      <span class='fn'><data:post.author/></span>
    </b:if>
  </span> </div></li>
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.