• lindsayanng

    (@lindsayanng)


    So i created this theme from the sandbox theme, so there are still some bits and pieces that I havent styled yet. Apparently the gallery is one of those things I haven’t gotten to, but I dont even know where to start with this one.

    If you have a look at this post here:
    https://www.ads-software.com/support/topic/372735?replies=2

    I have set it to show 2 columns which should make an even box of 2 rows of 2.

    If you look at the source output, it is actually adding the last picture OUTSIDE of the first containing div for the gallery and creating a second gallery div for the last picture, almost like its an orphan.

    I am at a loss and really could use some help.

    I hate leeaving things like this unfinished..

Viewing 6 replies - 1 through 6 (of 6 total)
  • esmi

    (@esmi)

    Um – that’s a link to a support topic. Did you mean to post a link to your site?

    Thread Starter lindsayanng

    (@lindsayanng)

    OOPS!! Dont i feel like a DOPE!!!

    TO THE POST IN QUESTIONS

    Thread Starter lindsayanng

    (@lindsayanng)

    Really could use some help here.

    esmi

    (@esmi)

    Try reducing padding-right in style.css. You’re exceeding the width of the gallery, so the 3rd image is being pushed below.

    div#menu ul li, div.gallery dl, div.navigation div.nav-previous {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding-right:21px;
    }
    Thread Starter lindsayanng

    (@lindsayanng)

    I wish it was as simple as that, but look at the code it’s creating.. if it was just the padding, all of the images would be contained within one single div, but instead its outputting like this

    <div>
    Image
    Image
    Image
    </div>
    <div>
    Orphaned image
    </div>

    I can not figure out WHY that last image in in its own container.

    Thread Starter lindsayanng

    (@lindsayanng)

    ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Gallery is acting funny – column choice isn’t changing output’ is closed to new replies.