Having some trouble with centering the grid on my simple website. As a beginner in Bootstrap, I'm seeking guidance. Will be grateful for any help you can offer! Please bear with me as I learn.
<html>
<head>
<meta charset="utf8"/>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Mountain at my Gates</title>
... (truncated for brevity)...
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<p>Copyright © 2022. All Rights Reserved.</p>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
... (additional script references)...
</body>
</html>
CSS Styles:
... (CSS styles truncated for brevity)...
.all_team .owl-controls {
display : inline-block;
width : 100%;
text-align : center;
}