hello everyone
I am trying to get rid of the padding of the mega menu.
in template.css I can edit the 29px; but something overrides it.
#gk-mainnav .level0 > li {
background: url("../images/style1/menu_separator.png") no-repeat scroll right 0 transparent;
display: block;
float: left;
height: 37px;
padding: 0 0 0 29px;
}
I installed the quickstart and it is not clear how to get class nodesc working?
where do i put it in the parameters?
and how can i correct the 29px padding ? What is over riding it?
thanks