Home › Forums › CSS › Need Help With Positioning Thumbnails › Re: Need Help With Positioning Thumbnails
September 22, 2012 at 10:29 am
#110576
Participant
line 803 of rebeccastyles.css
.pagination li {
display: block; /* <-- remove this */
float: left; /* <-- add this */
margin: 5px; /* <-- may want this too */
}