Closed (fixed)
Project:
Thirteen
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2007 at 08:30 UTC
Updated:
12 Feb 2008 at 19:01 UTC
As in most fixed-width themes, if you have several tabs for a primary menu (most commonly seen in the user profile page, below user name), those tabs exceeding the content area will dissappear from view or overlap the right menu.
Just add the following to your style.css file:
ul.primary {
white-space: normal;
}
ul.primary li a {
border-bottom-style: solid;
}Those styles are predefined in modules/system/system.css, but it´s safer to overwrite these attributes here than to change the style in a core document. Some may prefer not to add the border-bottom-style: solid; attribute. It´s a matter of taste.
Cheers.
Comments
Comment #1
vph commentedThanks for the pointer.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.