Can anyone assist with aligning my bottom navigation bar and fixing a link issue on both navigation bars?
I've been struggling to center it. Do you think using padding could solve the problem? I've tried guessing the pixel count, but to no avail.
The spacing on my bottom navigation bar is incorrect, even after adjusting the font size. Currently, it displays like this: "HomeWho We AreWhat We Do...".
Additionally, one of my links seems to be broken. It's a link to another page I coded, and I believe there are no errors in the code, yet it remains unresponsive.
Here is a fiddle where you can view the issue: https://jsfiddle.net/captainpokey/66szogpm/
Below is the relevant code snippet:
html {
100%
}
...
</body>
Your help is greatly appreciated! Thank you in advance.