无法在移动视图中显示内容

时间:2015-06-04 06:36:12

标签: html twitter-bootstrap css3 responsive-design

我在网页上添加了一个灯箱,但内容并未显示在移动视图中。我是开发人员,也是设计新手,所以请帮我解决问题 http://www.kahui.org/user/boardmember

非常感谢任何有用的建议

1 个答案:

答案 0 :(得分:1)

问题出在styles.css:2362

@media (max-width: 768px) {
    ...
    .about-left p:nth-child(3) {
        display: none;
    }
    ...
}

它说浏览器隐藏<p>如果它是第三个孩子。