html5 - How can I decrease the size of my fontawesome glyph icon in my twitter-bootstrap site without messing up the alignment? -


on following web page under construction, see white box next company name @ top left here

this twitter-bootstrap based site , white box "glyph icon" fontawesome. cannot seem reduce size of white box (maybe 25% or desirable) without having icon fall out of alignment company name. please "view source" on site , see if able determine right code change?

here solution problem. add line-height: 28px; , change padding-top 8px .navbar .brand class in custom.css file. , add following css

.navbar .brand .icon-sign-blank { font-size: 75%; padding-bottom: 4px; display: inline-table; vertical-align: bottom; } 

in custom.css file. align fontawesome icon baseline of brand name. hope helps fix issue facing.


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -