2

I have a span12 container and I have 3X span4

I put an icon and a link to each span3.

However, I couldn't position the link to the center of the image.

This is the code

<div class="span3">
                        <div class="span4"><i class="icon-print icon-4x"></i></div>
                        <div class="span8"><a href="#">KEŞİF FORMU</a></div>
                    </div>

This is the image

enter image description here

I just want to vertically align the link to the icon. I think I tried every method but I couldn't succeed.

This is MY WEBSITE to view live demo.

4

1 回答 1

2

尝试调整链接行高:

line-height:4;

或者类似的东西,摆弄它

于 2013-07-23T22:28:26.213 回答