Superfish help
Permalink
Hey!
I have super fish and i need the columns to be dynamic and wrapping to the word. using firebug i found this:
and when changing it to:
it works perfectly
what file is this in so i can change it permanently?
i havent yet figured out how to free the subpages width from the parent width so i need help with that too.
making it so it has a max-width and not a set width.
I have super fish and i need the columns to be dynamic and wrapping to the word. using firebug i found this:
.sf-menu li { width:100px; }
and when changing it to:
.sf-menu li { max-width:100px; }
it works perfectly
what file is this in so i can change it permanently?
i havent yet figured out how to free the subpages width from the parent width so i need help with that too.
making it so it has a max-width and not a set width.