我在製作一個網站。在其頁腳我有一個標誌。這是在正確的地方,但當我用手機訪問該網站時,標誌位置錯誤。HTML徽標沒有響應
它在工作之前,現在不是。我無法弄清楚爲什麼。這裏是我的代碼:
HTML
<footer class="page-foot bg-dark">
<section class="footer-content">
<div class="container">
<div class="rd-navbar-brand pull-lg-left"><a href="index.html"
class="brand-name">
<img src="logo1.png" style="width: 35%" width="120px">
</div>
<div style="text-align: left;">
<ul class="list-inline list-inline-mod-1 visible-md-inline-block
visible-lg-inline-block pull-sm-right">
<li><a href="meadows.html">Rolling Meadows</a></li>
<li><a href="heights.html">Attorney Arlington Heights</a></li>
<li><a href="palatine.html">Lawyer Palatine </a></li>
<li><a href="mount.html">Attorney Mount Prospect</a></li>
<li><a href="des.html">Lawyer Des Plaines</a></li>
<li><a href="scha.html">Attorney Schaumburg</a></li>
<li><a href="hoff.html">Hoffman Estates</a></li>
<li><a href="elk.html">Attorney Elk Grove Village</a></li>
</ul>
</div>
</div>
</section>
</footer>
CSS它指定爲標誌
.page-foot .rd-navbar-brand {
margin-bottom: -4%;
margin-left: -18%;
}
我CSS
和HTML
是新的位置,你能解釋一下爲什麼會這樣?
你是什麼意思,它不工作?它沒有顯示標誌?或者標識被拉伸,扭曲等? –
它不在正確的位置,它遠離了頁腳 –
它有多遠?像屏幕頂部或只是移動了一些? –