• Closed
  • J.A.
    Spectator
    September 9, 2014 at 7:10 pm #12815

    Hello there… as you can see on the image the menu entries under the entry and above the footer are listed one below the other. I want them next to each other, is there a way to change that?

    Thanks in advance

    Alok Maheshwari
    Spectator
    Posts: 303
    September 9, 2014 at 10:47 pm #12820

    Use a plugin like http://wordpress.org/plugins/simple-css-for-widgets/ so that you can apply a class to the widgets (In this case the menu widget).  Apply nav-menu-footer to the menu widget and then add the following custom css

     

    div.nav-menu-footer * {list-style: none;}
    div.nav-menu-footer li { float: left;  margin-left:10px;}