Closed (won't fix)
Project:
ZURB Foundation
Version:
7.x-5.0-alpha4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Jun 2014 at 19:13 UTC
Updated:
6 Feb 2015 at 21:34 UTC
Jump to comment: Most recent
Comments
Comment #1
mengi commentedHard to tell what you are talking about from the picture since you never state what the problem is.
Is it that the admin menu is covering the top part of the site?
Comment #2
andersju commentedPossibly it's because the font-size is too large? Over here, admin_menu's (7.x-3.0-rc4) #admin-menu-wrapper sets font-size to 0.846em, which in this case is 11px. But Foundation's ul declaration overrides it, setting font-size to 1rem for the links. Which messes things up. I solved it by adding this in my CSS:
Comment #3
FiLeVeR10 commentedI've always had this issue with any theme.
Is this something that should be apart of theme, or something that should be the responsibility of the themer to deal with?
Comment #4
nickbumgarner commentedThis should be moved over to Admin Menu. The styles which are being inherited are basic Foundation styles which are being applied to basic HTML elements. I believe that if the font size in the Admin Menu should be a specific size, it should be defined in the Admin Menu's module styles.