Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Icon appearing twice and mirrored Reply To: Icon appearing twice and mirrored

#149820
Paulie_D
Member

You have two settings for it and they are both applying.

.icon-shopping-cart {
background-position: -360px -120px;
}

and

[class^="icon-"], [class*=" icon-"] {
display: inline-block;
width: 14px;
height: 14px;
line-height: 14px;
vertical-align: text-top;
background-image: url("../img/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;