2017-01-28 2 views
0

내 문제는 다음이다 고정.부트 스트랩 바닥 글

<nav class="footer navbar-fixed-bottom"> 
<div class="container-fluid"> 
    <div class="text-right"> 
     <span class="label label-default">Freier Speicher: 20 mb</span> 
    </div> 
    <p class="copyright small text-center">&copy; 2016/2017 Juan Carlos Velarde, Ludwig Stengelin</p> 
    <p class="small text-center"> Icons from <a href="https://icons8.com/">Icons8</a>.</p> 
</div> 

당신이 나를 도울 수 있기를 바랍니다 :) 그리고 코멘트 :

enter image description here

답변

0

a를 시간을내어 주셔서 감사합니다 :

는 다음 코드와 사진의 바닥 글 여백 (바닥 글의 높이와 동일)을 바디 요소에 적용합니다.

body { 
    margin-bottom:40px; 
} 
관련 문제