Tagged Questions
-1
votes
1answer
982 views
WordPress Child Theme - twentyeleven Menu Issues on Mobile Devices [closed]
I'm really hoping someone can assist me with formatting issues I am having with my twentyeleven child theme based of actual twentyeleven shipped with latest version of WordPress.
Basically the main ...
-1
votes
1answer
944 views
TwentyEleven horizontal submenu
I am trying to get the 2nd level menu items be listed horizontally (for Twenty Eleven theme on Wordpress 3.3 beta 4). I've tried modifying
#access ul li:hover > ul {
display: block; }
...