0

I'm trying to line up some social icons (in @font-face format which why they only appear as letters) beside the Connect h3 in the yellow box but I'm stuggling. Any help would be great.

JsFiddle

4

2 回答 2

1

嘿,现在以前是这样显示的 **inline-block**

    .footer-content p,  .social-media{
    display:inline-block;
    vertical-align: xxxxx;// top, middle, bottom --- as like requirement 
    }

现场演示http://jsfiddle.net/qpdsZ/1/

于 2012-06-20T11:06:43.157 回答
1

检查一下,您必须调整字体大小以及display:inline-block. 这是小提琴

于 2012-06-20T11:21:28.203 回答