Sprite icon and text should come in center

If you remove the float then the element reverts back to an inline element and inline elements cannot have dimensions defined so therefore there is no space to show your image.

If instead you use display:block then you can apply your width and height and also use auto margins to centre the element.

AS Simon said above it does all depend on what the desired outcome should look like.:slight_smile:

(Note label elements should only be used as labels for form elements and not other text snippets).