Link to home
Start Free TrialLog in
Avatar of Dave McConnell
Dave McConnellFlag for United States of America

asked on

Mobile device does not display

The code executes just fine on my desktop browser, but the "Meetings" does not show on my mobile device so I am unable to click on anything.https://jsfiddle.net/Spleendrivel/mg3upjqh/
ASKER CERTIFIED SOLUTION
Avatar of Leonidas Dosas
Leonidas Dosas
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dave McConnell

ASKER

I should have included the header info, as it stands now I can display the header image with the menu underneath on my desktop, but not on the mobile phone.  Please note the use of bootstrap on the last line to create a nav bar that will display properly on all devices.

      <div class="row">
         <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
            <img src="images/HeaderImage.jpg" class="img-responsive">
         </div>
      </div>
      <div class="row">
         <div class="col-xs-10 col-sm-10 col-md-10 col-lg-10">
            <H4><Strong>Need Help?</Strong>&nbsp;&nbsp;&nbsp;928-458-7488</H4>
         </div>
         <div class="col-xs-2 col-sm-2 col-md-2 col-lg-2"></div>
      </div>
      <div class="col-xs-8 col-sm-8 col-md-8 col-lg-8">
If you go to http://www.yavapaina.org and see the vertical menu, I am simply trying to move this to a more pleasing horizontal menu system with less clutter.

That is my final goal, hope that makes sense.
Actually closing this question.