Could someone please clarify why I am experiencing a white space on the right side when using Bootstrap 4?
This is the primary code block for the page.
<main id="intro" role="intro" class="inner text-center">
<h2>Lorem Ipsum</h2>
<p class="lead">Register now!</p>
<p class="lead">
<a href="<?php echo HOME ?>/register" class="btn btn-light btn-lg">Click here</a>
</p>
</main>
Below is the custom CSS code:
html,
body,
header,
#intro {
height: 100%;
}
#intro {
background: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../img/intro-1.jpg") no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
color: #fff;
padding-top: 250px;
}
If necessary, I am able to provide a website URL. Thank you for any assistance!
EDIT: For quick reference, here is the link to the website: