Hello,

I am trying to use nice menus in my theme which has tables. What I want to do is align and resize the nice menu so it fits in the cell and the grey line behind it is missing.

Currently there is a grey line accross the whole cell and the first button is aligned about 20px in.

I can't find anywhere in the css to change either of these, or the height/padding of the actual button (menu item)

Comments

tstermitz’s picture

The following code over-writes indentation picked up from my global ul css in sidebar usage:

/* remove left padding on nice-menu-right */
ul.nice-menu-right,
ul.nice-menu-right ul{
  padding: 0px; 
}

Tables may be a bit of a pain.

add1sun’s picture

Priority: Critical » Normal
Status: Active » Fixed

no response in a while on this so I'm marking this fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.