display footer menu links inline
-
The footer links on the footer menu I created are aligned vertically on this site. How do I display them horizontally? I thought they displayed horizontally by default.
I tried the following css code but I’m getting nowhere:
.menu li { display: inline; }
and#footer ul { list-style-type: none; text-align:center; } #footer li { display:inline; padding: 0 10px; }
and
#bottom-menu li { display: inline; }
FYI: I’m using a 2012 child theme and I was able to add the footer menu in WP admin.
- The topic ‘display footer menu links inline’ is closed to new replies.