jquery - How to position a link near bootstrap icon? -


i have span12 container , have 3x span4

i put icon , link each span3.

however, couldn't position link center of image.

this 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 image

enter image description here

i want vertically align link icon. think tried every method couldn't succeed.

this website view live demo.

try adjust link line-height:

line-height:4; 

or along lines, fiddle around it


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -