Jquery 广告库中心缩略图

Jquery 广告库中心缩略图,jquery,html-lists,gallery,center,Jquery,Html Lists,Gallery,Center,我正在将jquery广告库用于我的图像库。我想知道是否有办法将电影带或缩略图居中?比如说,只有一个图像应该出现在中间,而不是左边。提前感谢!:)插件Jquery页面更改Jquery.ad-gallery.css中的以下两个类: .ad-gallery .ad-thumbs .ad-thumb-list { /*float:left;*/ width: 9000px; list-style: none; text-align:center; } .a

我正在将jquery广告库用于我的图像库。我想知道是否有办法将电影带或缩略图居中?比如说,只有一个图像应该出现在中间,而不是左边。提前感谢!:)插件Jquery页面

更改Jquery.ad-gallery.css中的以下两个类:

  .ad-gallery .ad-thumbs .ad-thumb-list {
    /*float:left;*/
    width: 9000px;
    list-style: none;
    text-align:center;
  }
    .ad-gallery .ad-thumbs li {
       display:inline-block;
       /*float:left;*/
       padding-right: 5px;
    }