Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design x mobiles hamburger menu not displaying properyly

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #246535
    peoj
    Participant

    Actually, the XS menu does not display this icon at all. Just a scrounged up regular horizontal menu. This menu was created using Dreamweaver CC2016.

    I have only created three separate media queries. These seem to be the culprits. Any suggestions would truly be appreciated.

    I would post on Adobe.com but they have a forum that is terribly unfriendly. No way to create a post and then submit.

    The URL, I believe, is:
    https://codepen.io/peoj/pen/GjBxLB

    #246537
    I.m.learning
    Participant

    You are using Bootstrap’s framework. As do I; when I put your code into my pages, as-is, it works.

    You need to add a link to Bootstrap in your head. There is nothing wrong with your code; I minimize the screen and it appears.

    Seems you are missing something; view this page:
    http://getbootstrap.com/getting-started/

    Add this inside your head tag:

    <!-- Latest compiled and minified CSS -->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

    When I add a head tag and put in that code to your pen, it works.

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