我在网页上添加了一个灯箱,但内容并未显示在移动视图中。我是开发人员,也是设计新手,所以请帮我解决问题 http://www.kahui.org/user/boardmember
非常感谢任何有用的建议
答案 0 :(得分:1)
问题出在styles.css:2362
中@media (max-width: 768px) {
...
.about-left p:nth-child(3) {
display: none;
}
...
}
它说浏览器隐藏<p>
如果它是第三个孩子。