I am using the Gallery child theme to the thematic theme. How do I make the menu vertical?
ThemeShaper Forums » Thematic
How do I make the menu vertical?
(2 posts)Reply
You must log in to post.
I am using the Gallery child theme to the thematic theme. How do I make the menu vertical?
In your menu css:
.sf-menu li {
float: none;
}You must log in to post.