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

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #39964
    ChristyM
    Participant

    (My thumbnails are linking now to the slides, thanks to some people on this site who helped me.)

    Here is the site:
    http://rebeccakush.com/

    I would like to line the thumbnails up horizontally instead of vertically. This should be simple, I think, but I am having trouble making it happen. Any ideas what I might be doing wrong?

    #110576
    wolfcry911
    Participant

    line 803 of rebeccastyles.css

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

    Works perfectly. You rock! Thank you wolfcry911. Like your avatar, btw.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.