Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like a couple of things:
    you have nowrap in the inline CSS here:

    <div class="gallery-list" style="overflow: hidden; white-space: nowrap;">

    Also check on the margin and height here:

    #content .gallery {
        background: url("/wp-content/uploads/arrow.jpg") no-repeat scroll right 325px transparent;
        height: 600px;
        margin: -280px auto 18px;
        padding-right: 30px;
    }

    Thread Starter goldmember

    (@goldmember)

    i fixed the margins and heights. but when i remove the nowrap that shows a second line of pics (i need to keep everything scrolling to the right) but there missing pics are still not there anyway.

    any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[gallery] troubles, some pics not showing’ is closed to new replies.