In my website, I have a fixed navigation bar at the top. When a user clicks on one of the anchor links to navigate to a specific section of the page, I want the content to be displayed in the visible space below the navigation, rather than being hidden behind it.
Is there a way to achieve this using jQuery and CSS? I am open to suggestions and solutions that involve these technologies.
You can view a demo of the issue on this jsfiddle link:
HTML CODE
<div id="wrapper">
...
(HTML code goes here)
...
</div>
CSS Styling
<!-- CSS styles for various elements go here -->
(CSS styling rules go here)