Spacing the Links
-
Hey. I am using a circle shape, and want to make the spacing between each circle smaller.
I did some firebug to find what the actual code:
.ihover-container li {
background: none repeat scroll 0 0 transparent;
float: left;
list-style: outside none none;
margin: 0 12px 50px 0;
padding: 0;
width: 300px;}I changed the width from 300px to 200px in firebug, it worked, but if I do edit the actual css document and save it nothing happens. Is there something I am doing wrong?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Spacing the Links’ is closed to new replies.