I have implemented smooth scrolling using scroll-behavior: smooth
in my CSS. The navigation bar is sticky, and when I click on a menu item, it takes me to the designated section.
The issue I am facing is that the section goes under the sticky navbar. I would like it to stop at the height of the navbar.
I am utilizing Bootstrap 4+ for this project.
Since I have not used any JavaScript, how can I add some margin or padding to the section to correct this issue?