TopNav submenu overflow - Solved

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
carmonli
Propeller Head
Posts: 29
Joined: Mon Jan 27, 2014 11:04 pm

TopNav submenu overflow - Solved

Post by carmonli »

Hi,

Our online help is translated into 19 languages, and we've just received the translated files for this first release since I've been using Flare to create the documentation.

The English version looks fine, but some languages that have much longer words are overflowing the submenus (here's an example from German):
overflow.png
Any idea what I need to change/set to fix this? I can't figure out if the problem is in the stylesheet or a skin setting.

Any help would be greatly appreciated!
You do not have the required permissions to view the files attached to this post.
carmonli
Propeller Head
Posts: 29
Joined: Mon Jan 27, 2014 11:04 pm

Re: TopNav submenu overflow - Solved

Post by carmonli »

This is the solution I received from MadCap support:

Code: Select all

ul.navigation > li > ul
 
{
 
          left: auto;
          right: auto;
 
}
Post Reply