The only way would be to use background-size property but
If the bg size change, every bg-position defined in the css won't be correct anymore Increasing the container can be done simply by using a margin. It will have the same visual effect ----- Reply message ----- From: "Faz" <[email protected]> To: <[email protected]>, <[email protected]> Subject: Re: Making glyphicons larger Date: Wed, May 9, 2012 12:10 pm Do you want a bigger icon or, a bigger icon container ? ----- Reply message ----- From: "Andrew" <[email protected]> To: <[email protected]> Subject: Making glyphicons larger Date: Wed, May 9, 2012 11:49 am Hello, I am trying to override the default glyphicons size. Trying these approaches didn't work: .i { [class*=" icon-"] { width: 24px; height: 24px; background-position: 24px 24px; }} or [class*=" icon-"] { width: 24px; height: 24px; background-position: 24px 24px;} Does anyone know of a better approach? Thanks, Andrew
