I'm facing a simple issue that I can't seem to solve. At the top of my page, there's a white space about the width of a finger, and when inspecting it, nothing seems to be highlighted.
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
// CSS code snippet
<head>
// HTML head content
</head>
<body>
// Body content including navigation menu & sidebar
</body>
I've tried various solutions suggested in Google search results for "white space at top of page bootstrap" but haven't had any success. As a beginner, I would greatly appreciate simple explanations or assistance. Thank you! <3