Active
Project:
Local Menu
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2008 at 02:45 UTC
Updated:
9 Aug 2008 at 18:08 UTC
How can I theme the links that local menu provides?
I'm using a zen theme and local menu does not automatically take the navigation block's formatting.
I can apply the look I want by using sidebar-right-inner in my css, but that screws up something else.
Does the block have a div name I can use in the CSS?
Thanks very much,
JR
Comments
Comment #1
Evolver commentedGet yourself Firefox and Firebug, you'll never look back.
You can usually target specific blocks - like #block-block-9
Now if you remove/recreate that block or place it somewhere else it may change what number it is so i'd be wary of that.
An example of what i have used in the past:
#header #block-block-9 {
float:left;
padding-left:55px;
padding-top:8px;
}