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.

Horizental scroll bar apear at the bottom of browser

Home Forums Older releases 0.9.x Horizental scroll bar apear at the bottom of browser

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1351
    yaron
    Participant

    Hi i’m using smartmenus 0.9.6 on my site: http://nifgashim.com
    I see a horizental scroll bar at the bottom, even when the width of the browser is more than 990px.

    Pls advs what is wrong !

    Yaron

    #1664
    admin
    Keymaster

    Hi, this seems to be a bug on right-to-left pages. I will include a fix in the next SmartMenus release. In the meantime you can fix it by editing the following file:

    http://nifgashim.com/inc/jq/smartmenus/css/sm-core-css.css

    You will need to remove the left:-800px; declaration from the following rule:

    ul.sm ul{position:absolute;top:-999999px;left:-800px;width:100px;}

    i.e. like this:

    ul.sm ul{position:absolute;top:-999999px;width:100px;}

    Thanks!

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