Misalignment of Facebook & Twitter buttons

前端 未结 18 1420
你的背包
你的背包 2021-02-01 13:18

The page contains two buttons, from twitter and from facebook.

What I\'m observing in Firefox 3.5.15 is:

  1. While the page is loading, the buttons are more or
18条回答
  •  北海茫月
    2021-02-01 13:37

    I just enclosed all my icons in a div and then set the line height on that div so that they all lined up (since they are all the same height and some are aligned with the top and some the bottom)

    
    

    Then the CSS

    #product-details-page  .product-social-links {
        line-height: 10px;
    }
    

提交回复
热议问题