Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author A. Jones

    (@nomadcoder)

    Hello,

    You have uncovered a flaw in the code! I will be providing an update in a few days.

    Thanks!

    Plugin Author A. Jones

    (@nomadcoder)

    Please upgrade to version 2.0 and follow the instructions on the readme page.

    Plugin Author A. Jones

    (@nomadcoder)

    Let me know how it goes.

    Hi I have the same problem, and I am using version 2.0. Any more hints?

    http://rohannasalom.com/?page_id=8

    I also tried setting the width of the thumbnamilcontainer as follows in the custom css and nothing changed.

    .thumbnailcontainer
    { display: inline-block;
    width: 500px; }

    Plugin Author A. Jones

    (@nomadcoder)

    Try this:

    !important after width:500px

    width:500px!important;

    I looked at your site and tried this in the debugger and it did work. Keep me posted.

    Thanks!

    hi,

    it didnt work at first, until I added this to the custom css.

    .griditemleft {
    float: none;

    }

    dont really know why, but i was just trying whatever i could… 🙂

    Plugin Author A. Jones

    (@nomadcoder)

    Ok, Well that’s another way to do it! Thanks for letting me know.

    The other setting should work, I don’t know why my settings didn’t work for you but I’m glad that you figured it out. The 2.1 upgrade now has a gridwidth setting that should do the same thing as the style sheet settings.

    FYI, If you have any issues in the future, you will get a quicker response if you go to the web site.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How Can I Centre’ is closed to new replies.