How to overlay page header

Hi,

I am new to angular and bootsrap, I want the page content to overlay the header ( I am using boostrap navbar header). how can I do this?
example attached.

Set the height of the navbar really high, once you’re ready with the page content try changing navbar’s z-index to like; (z-index: -1;)

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.