Hi, I reported this bug on the simplemenu issues but the developers suggests that is a theme problem.

It's an issue with the starting left point of the upper bar as seen on the screenshot of the other bug report.

Thanks!

Comments

ravis’s picture

You can solve it by two way:
Method one:
In simple menu settings >> Scroll or fix menu >> Scroll with page

Method two:

  1. Open style.css of touch theme.
  2. Find following code:
    body {
    background: #e8e8e8;
    color: #323232;
    font-family: Lucida Grande, Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    width: 980px;
    margin: 0 auto;
    padding: 0;
    }
    
  3. change this to:
    body {
    background: #e8e8e8;
    color: #323232;
    font-family: Lucida Grande, Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    }
    
  4. save style.css

Done!!!

ravis’s picture

Assigned: Unassigned » ravis
Status: Active » Closed (fixed)
mariogalan’s picture

That was a really fast response and works like a charm!

Thank you!

ravis’s picture

Pleasure to know that your issue is solved :)