【发布时间】:2017-04-04 04:51:46
【问题描述】:
【问题讨论】:
-
本网站没有任何帮助
-
提供Minimal, Complete, and Verifiable example,而不仅仅是指向您网站的链接。在问题本身中包含相关的 HTML 和 CSS。
【问题讨论】:
尝试在您的图库列表中添加任何图像“宽度 100%”:
img { width: 100% }
并删除 'text-align: center'
<div id="production-photo-gallery"> and <ul>
然后将填充添加到<ul id='main-production-image'> 中的第一个<li>
#main-production-image > li { padding-right: 2%; }
【讨论】: