gpt4 book ai didi

css - 导航栏部分隐藏设备上的

标题

转载 作者:太空宇宙 更新时间:2023-11-04 11:15:38 25 4
gpt4 key购买 nike

我正在为我的 iPad 创建一个 Bootstrap 网站。当我的 iPad 处于正确状态时,我的 h1 被切断了一半。

我可以改变或做些什么来阻止这种情况吗?

不介意导航栏显示 h1 并像在移动设备上那样处于折叠模式。

the problem

<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TEST SITE </title>
<link rel="shortcut icon" href="scicon.gif"/>
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-default navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://www.google.com/">This is google</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.php"><font color="">Home</font></a>
</li>
<li><a href="index.php?BookA"><font color="">Book In</font></a>
</li>
<li><a href="index.php?Measu;Update"><font color="">Measure &amp; Update</font></a>
</li>
<li><a href="index.php?Views"><font color="">Filter/Search</font></a>
</font>
</li>
<li><a href="index.php?Toolbar"><font color="">Tools</font></a>
</li>
<li><a href="index.php?Load"><font color="">Co-Load LoadList</font></a>
</li>
<li><a href="index.php?S_Check"><font color="">Stock Check</font></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- /.navbar -->
<div id="top" class="jumbotron">
<div class="container">
</br>
<div class="h1s">
<h1>GRN System</h1>
</div>

最佳答案

我看到了 2 种方法。

1) 更早触发汉堡菜单2)调整菜单的左右padding:

.nav > li > a {
padding: 10px 8px;
}

为了在顶层“适应”客户想要的所有菜单项,我已经做过无数次了。如果您执行后者,则可以通过 LESS 文件中的变量全局执行。

关于css - 导航栏部分隐藏设备上的 <h1> 标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33255434/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com