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.

Re: 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 Re: Horizental scroll bar apear at the bottom of browser

#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!