Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Vertical SmartMenu- (master/content) when shrinking page body overlaps smartmenu

Home Forums Older releases 1.0.x Vertical SmartMenu- (master/content) when shrinking page body overlaps smartmenu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3447
    Greg
    Participant

    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>
    #3449
    admin
    Keymaster

    I have no idea what might be causing it from this short code excerpt. If possible, please post some kind of demo URL or send me a one page ZIP-ed demo via email:

    https://www.smartmenus.org/contact/

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘1.0.x’ is closed to new topics and replies.