Answer the question
In order to leave comments, you need to log in
How to center footer content?
Can't center nav content. It only aligns if I wrap the nav in a div, but the div covers some of the content.
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar fixed-bottom navbar-light bg-light">
<div class="text-center">
<h1 class="text-center">Hello niggers</h1>
</div>
</nav>
</div>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
.container, .row, .col-lg-12, .navbar {
width: 100%;
text-align: center;
}
.navbar {
width: 100%;
display: flex;
justify-content: center;
}
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar fixed-bottom navbar-light bg-light">
<center><h1 class="text-center">Hello niggers</h1></center>
</nav>
</div>
</div>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question