Menus getting truncated.

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
1/16/2012 12:33:11 PM
Gravatar
Total Posts 16

Menus getting truncated.

Hello,

I have recently upgraded to Artisteer 3.1 and am having difficulties with menus getting cut off.  The problem occurs when there is a page that is vertically short (i.e. without much content).  Long menus from the menu bar will not show all items on such a page.

I have replicated the problem on the demo site http://demo.mojoportal.com.  From the Home page if you look at the "More" menu on the right you will see it ends at "TestPage4".  However if you go to Blog...New Page (which is a short page) and then check out the "More" menu it gets truncated at "Media Player".  The issue occurs in both Chrome and I.E.9.  I haven't tested other browsers.

I hope this post makes sense.  Please let me know if anyone has a solution.

Thanks in advance.

1/16/2012 12:53:47 PM
Gravatar
Total Posts 18439

Re: Menus getting truncated.

If you view the source of the page you see the links are still there for all menu items so it must be something in the artisteer css doing that. From checking with inspect element in Chrome I found it is caused by:

#art-main { ..... overflow:hidden; }

You could try adding

.art-content { min-height: 600px; }

to make the center content section have a minimum height

in style-artisteeroverrides.css you may need to tweak it to make it tall enough to not clip the menu

Hope that helps,

Joe

1/16/2012 2:04:15 PM
Gravatar
Total Posts 16

Re: Menus getting truncated.

I added this into style-artisteer-overrides.css

#art-main { overflow:visible; }

It seemed to fix the problem, I hope it doesn't introduce others.

Thanks for pointing me in the right direction.

 

You must sign in to post in the forums. This thread is closed to new posts.