【发布时间】:2016-03-03 10:46:16
【问题描述】:
这里的问题是阅读更多按钮在我的 Wordpress 博客上的移动主题中不起作用
我的网站:abood250.com
/* =Mobile Styling
----------------------------------------------- */
@media (max-width: 768px) {
.pull-right {
float: none !important;
}
.pull-left {
float: none !important;
}
.site-info, .copyright {
text-align: right;
}
.footer-nav.nav, .copyright {
float: none;
}
.site-content {
width: 100%;
}
.flex-caption {
display: none;
}
.navbar > .container .navbar-brand {
margin: 0;
}
.navbar-default .navbar-nav > li > a {
line-height: 20px;
padding: 15px 10px;
}
#footer-area {
display: none;
}
.entry-content {
margin: 0;
}
}
【问题讨论】:
-
“不工作”是什么意思?请参阅How to Ask。现在,您只需向我们展示一些 CSS。
-
@Rizier123 点击的意思在移动设备上不起作用,但它适用于桌面主题,我也添加了页面
-
您需要向我们展示您的代码。