css - 溢出 : visible not working

标签 css wordpress responsive-design

当我水平缩小浏览器窗口(手机 View )时,我的 Logo 消失了。

http://zanifesto.com

我将 css 设置为 overflow:visible,但这并没有什么不同。

我的目标是让窄(移动)格式成为垂直堆叠的标题、注册/登录,然后是“创建新内容”。

有什么建议吗?

.gbtr_tools_info {
color:#b39964;
font-size:10px;
text-transform:uppercase;
padding:5px 0;
overflow:visible;
}

最佳答案

只需在您的 CSS 中删除这一行:

@media only screen and (max-width: 719px)
.gbtr_tools_info {
    display: none;
}

enter image description here

关于css - 溢出 : visible not working,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19074943/

相关文章:

javascript - 如果页面打开为空白,则隐藏后退菜单按钮

php - CMB2 可重复组显示

html - 用户代理样式表覆盖表?

html - 如何让绝对定位的元素响应?

css - 定制的响应式网格

jquery - 中心跨越 Bootstrap

javascript - 如何隐藏专注于 Android 的文本区域?

html - 具有小宽度和水平滚动条的 block

css - 当 a 处于事件状态时更改当前选定 li 的 css

css - 一起创建一个固定宽度的元素和一个响应式元素