0
Welcome Guest! Login
0 items Join Now

Graffito Mobile Menu Not Working

    • ShimWolf's Avatar
    • ShimWolf
    • Sr. Rocketeer
    • Posts: 110
    • Thanks: 0

    Graffito Mobile Menu Not Working

    Posted 11 years 5 months ago
    • Greetings...
      I've been working on an upgrade to a client's site and noticed that the mobile dropdown menu is unresponsive.

      www.financialintimacy.com/2013

      The Home page content also is not resized to the mobile width and is unscrollable left to right.

      Please advise.

      Thank you.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Graffito Mobile Menu Not Working

    Posted 11 years 5 months ago
    • 1.) For the menu add this to your css

      div.rt-menu-mobile {
      position: relative;z-index: 999999;
      }

      2.) if you want to build a responsive you need to prepare responsive content.
      Don't use tables to set up content in columns. Try to avoid tables at all!
      Use floats, clears and divs.
      css-tricks.com/all-about-floats/
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Graffito Mobile Menu Not Working

    Posted 11 years 5 months ago
    • just as an example

      <table style="height: 382px; width: 1176px;" border="0" cellpadding="5">

      with a width set to 1176px it can't be responsive
    • ShimWolf's Avatar
    • ShimWolf
    • Sr. Rocketeer
    • Posts: 110
    • Thanks: 0

    Re: Graffito Mobile Menu Not Working

    Posted 11 years 5 months ago
    • Thanks Henning! The menu works great now.

      I'll check out the link you sent and see if I can get the home page to re-format to mobile.

Time to create page: 0.075 seconds