12-30-2016, 03:09 AM
I was always under the impression that this error was from the fact that I'm terrible at CSS, but it's apparently inherent to bootstrap. If you are using our type of menu in the users/includes/header.php
just above
You need to add
and the problem seems to go away. Do you want to give that a shot?
just above
Code:
<!DOCTYPE html>
You need to add
Code:
<style>
Code:
body {
Code:
padding-top: 70px;
Code:
}
Code:
</style>
and the problem seems to go away. Do you want to give that a shot?