Closed (fixed)
Project:
Celadon
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Apr 2010 at 07:41 UTC
Updated:
5 Oct 2017 at 18:19 UTC
Jump to comment: Most recent
Comments
Comment #1
komunley commentedIt's an issue with the padding assigned in Fusion Core's style.css file. You'll want to look at line 385 in the aforementioned file and copy the code you see there. It'll look like this:
Copy that chuck and paste it in to Celadon's local.css file (if you don't have one, you can create one), but alter the padding as shown below:
That should fix it.
Comment #2
macmladen commentedThanks for solving that out, I ran into same problem.
But problems with Celadon do not stop there. When Superfish menu is enabled, it has just short items as it is noted in #721202: Drop Down Menu to Short.
I tried putting
width: autoon various places, however, I have never achieved what it is supposed to do, to have equal widths for all submenu items.Can you please look at this and solve?
This theme looks good, it is shame that developer is not looking into these bugs and not resolving.
It is questionable if theme is abandoned completely :(
UPDATE: I've done little harder and came up with solution in #721202: Drop Down Menu to Short. Just add this code to your
local.cssComment #3
Guru commented#1 does the job. Should be coded into local.css by default.
Comment #4
maulwuff commented#1 saved my day ;)
Comment #5
bryancasler commentedThis answer works the best for me http://drupal.org/node/721202#comment-3079896
Comment #6
chien_fu commentedGreat responses in here guys, thanks, this helped out a lot. I had the same issues as above.
Comment #7
joshwoodtx commentedThanks so much for solving this! I love the theme...but this was driving me crazy.
Comment #8
komunley commented