【问题标题】:Image grid not lining up [closed]图像网格未对齐[关闭]
【发布时间】:2017-04-04 04:51:46
【问题描述】:

第二行图像的左右边缘与上一行不对齐。它们似乎只有几个像素。

底部的主大图与上面的行不对齐。

Link to site

【问题讨论】:

标签: css image alignment


【解决方案1】:

尝试在您的图库列表中添加任何图像“宽度 100%”:

img { width: 100% }

并删除 'text-align: center'

<div id="production-photo-gallery"> and <ul>

然后将填充添加到&lt;ul id='main-production-image'&gt; 中的第一个&lt;li&gt;

#main-production-image > li { padding-right: 2%; }

【讨论】:

    猜你喜欢
    • 2016-05-13
    • 2021-12-10
    • 2019-12-14
    • 2022-06-23
    • 2019-01-17
    • 2013-08-04
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多