I have extensively researched and searched online for information before reaching out here. I hope my question is not redundant.
My challenge lies in creating a static navbar at the top of my Bootstrap 4.3 page. Despite multiple attempts, it seems to elude me:
- I experimented with previous classes like .static-top / .navbar-static-top and similar workarounds;
- I even tried using plugins (which were ineffective and have now been removed), as they tended to "hide" the navbar instead of keeping it fixed at the top;
- Adjusting CSS properties such as "top: 0;" did not yield any positive results on the elements involved.
I meticulously cleaned up my code to prevent conflicting elements from causing issues. (A past Bootstrap attempt resulted in unusable code, prompting me to strive for cleanliness by removing unused code)
Feeling quite lost. I'm not an expert coder, more so a graphic designer with good logical understanding. It's crucial for me to establish default functionality to make my navbar static.
The tricky part is maintaining transparency in my navbar (a feature often compromised when working with certain classes).
Below is a snippet of my code:
Thank you in advance. Angie.
===============================
Update:
If I remove position: absolute; from body > #nav_desktop { in the CSS, my navbar turns transparent but loses its static positioning.
Leaving that line intact makes the navbar static but sacrifices transparency.
The goal is to have a transparent navbar so that the carousel image remains fully visible.