There is an unexpected gap showing up on the left side of my "navigation menu" as I work on creating it using a Master Page:
Disclaimer: The top gray area in this screenshot is actually the bottom of the Chrome address bar and is not part of the website
https://i.sstatic.net/KSFcl.png
Upon inspecting this issue in the developer tools, I noticed that only the body
element and my form
element exist, with the latter not stretching the entire width of the body
.
https://i.sstatic.net/rTuuS.png
The html code for MasterPage.Master
looks like this:
<%@ master Language="C#" AutoEventWireup="true" CodeBehind="MasterPage.master.cs" Inherits="Website1.MasterPage" %>
Lorem ipsum dolor sit amet, consectetur adipiscing elit...
This issue has persisted despite trying various css
modifications to get the "nav menu" to completely cover that small white gap.