I am currently working on developing a responsive website, and I have encountered a challenge that I need help with. I am looking to create a header using a grid system, where I have divided the header into two parts:
- col-md-4 : For an Image
- col-md-7 : For Some Text
Now, I would like to add a transparent navigation bar to this header. I have tried using "position: absolute", but the issue I am facing is that when I add a new section, it appears underneath the navbar, which is not the desired effect. Can anyone provide guidance on how to achieve this without the section appearing under the navbar?
Desired Output: