Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在下图中有一个名为“VISITAR LA TIENDA”的文本,即使我展开移动菜单,我也希望它保持不变。我正在使用 Genesis Magazine Pro 主题。
如下图所示,展开移动菜单时它会下降。
我正在使用这个 CSS 代码,但它不起作用
margin-top: -213px; position: static; margin-left: 200px; font-weight: bold; font-size: 27px;
尝试这些样式的标题:
.title-text { top: 205px; position: absolute; width: 100%, text-align: center, z-index: -1; margin: 0; }
您需要调整移动视图上的间距等,尽管这可以通过媒体查询轻松完成。