Closed (won't fix)
Project:
Purple Box
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 May 2009 at 11:53 UTC
Updated:
30 Nov 2010 at 08:52 UTC
Have a look at the menu across the top of http://d-theme.com/purple_box. The menu runs to two lines and there are gaps between the entries in the second line. Sky, http://d-theme.com/sky, and other themes overcome the problem. http://drupal.org/node/343829 point #7 shows a fix that works in Dreamy.
Comments
Comment #1
archi commentedHi,
Try this in your css file.
ul.links li { (it's in system-m...nus.css?k (line 42) override it in your .css file)
display:inline;
list-style-type:none;
padding:0 0.5em; (Removed 0.5em padding so it will come in one line but till T alphabet)
}
and
#menulinks {
background-image:url(images/menulinks.png);
clear:both;
height:45px;
padding-left:30px; (Changed into 20px;)
width:870px;
}
Comment #2
Cory Goodwin commented