Closed (works as designed)
Project:
Ubiquity theme
Version:
5.x-0.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2008 at 01:03 UTC
Updated:
28 Apr 2008 at 12:40 UTC
Fantastic theme - nice work. I find, however, that the theme gets "funky" when used in combination with the Simplemenu module http://drupal.org/project/simplemenu . Any suggestions for a fix? I have attached a screenshot of the misalignment. This is with Drupal 5.7 in Firefox and Safari.
| Comment | File | Size | Author |
|---|---|---|---|
| ubiquity.png | 74.9 KB | EWB |
Comments
Comment #1
melon commentedThe layout gets broken because certain elements in the header are positioned directly. As a workaround I suggest appending this code to the very end of the style.css of the theme:
This way the simplemenu will not interact with other elements on the page. One side effect is that it overlays the design. If you use this module and its menu for administration purposes, this might not be a problem.
Comment #2
EWB commentedThanks - that fixed the issue.