Hello, so I’m having a problem with the navbar from the page.
As you can see, the navbar is behind the text of the page.
This is the page code (the included php file is selected on blue), it’s also overridden:
This is my navbar code:
Hello, so I’m having a problem with the navbar from the page.
As you can see, the navbar is behind the text of the page.
This is the page code (the included php file is selected on blue), it’s also overridden:
This is my navbar code:
Normally this happens when you have a navbar that is fixed to the top. Add a margin (mt-5
) to the content and all should be well.
If this is not the case, please give us a link to the site so that we can see what the problem is. Most likely to do with a position: absolute
somewhere.
Thank you very much! The topbar menu had the position: absolute written on it’s css file.