Align hover
-
Why do you have the hover effect for Theme 4 with position top: -3 and left: -3?
.apss-theme-4 .apss-single-icon a:hover .apss-icon-block:after{
background: none repeat scroll 0 0 #fff;
border-radius: 100%;
content: “”;
height: 100%;
left: -3px;
position: absolute;
top: -3px;
}Everytime I install it in a new site I have to change it to left:0; top:0;
Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Align hover’ is closed to new replies.