Here is the code in my master page. When I collapse the page to the left the body of the page overlaps the smartmenu- this may have to do more with my specification of my class =”container body-content” ?
<div class="navbar navbar-left navbar-btn span3">
<nav id="main-nav" role="navigation">
<ul id="main-menu" class="sm sm-vertical sm-blue">
<li style="background-color: transparent;" title="Main Page"><a href="~/" title="Main Page">
<img src="~/Images/home_white.png" /></a></li>
<%-- drop downs for Home SponsorBilling Resources in the Controls folder in root directory --%>
<uc:HomeList runat="server" />
<uc:SponsorBillingList runat="server" />
<uc:AccountsPayableList runat="server" />
<li><a href="~/bs/Default.aspx" title="BANKING SERVICES" target="_blank">BANKING SERVICES</a></li>
<uc:CampusServicesList runat="server" />
</ul>
</nav>
</div>
<div class="container body-content">
<asp:ContentPlaceHolder ID="cphMain" runat="server">
</asp:ContentPlaceHolder>
<div class="col-md-2"> </div>
</div>
</form>