I have created a navbar using Bootstrap 4.
Although the navbar is functional, I am facing an issue that I have not been able to resolve on my own.
When collapsed, the hamburger icon only displays two lines instead of three. I suspect that the problem lies within the pseudo elements.
I have spent hours trying to troubleshoot this issue. Could someone please review my code and help me identify what I am doing wrong?
Here is the link to the fiddle: fiddle
Below is a section of my code:
nav {
padding: 20px 0 20px;
margin-bottom: 20px;
margin-top: 20px; }
.navbar {
padding: 0; }
.navbar-toggler:active,
.navbar-toggler:focus {
outline: none; }
... (code continuation) ...
... (additional code blocks and links) ...