Inline menu list
-
Is there a way to format the output of the menu content item as an inline list?
I can generate a list without of menu items easily enough:
`[content menu=”visit-menu” ul=”inlinemenu”]I have CSS in my child theme (Twenty Fourteen) as follows:.inlinemenu {
display:inline;
list-style-type: none;
}`This succeeds in getting rid of the bullets, but the list is still stacked vertically. I think the problem is that the display: inline needs to apply to BOTH the li and the ul tags. However, I can only figure out how to get the class assigned to the ul. Is there a way to associate it with both tags?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Inline menu list’ is closed to new replies.