Forums

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

Home Forums CSS Need Help With Positioning Thumbnails Re: Need Help With Positioning Thumbnails

#110576
wolfcry911
Participant

line 803 of rebeccastyles.css

.pagination li {
display: block; /* <-- remove this */
float: left; /* <-- add this */
margin: 5px; /* <-- may want this too */
}