Title: plugin shifted menu items
Last modified: August 21, 2016

---

# plugin shifted menu items

 *  Resolved [ltldee](https://wordpress.org/support/users/ltldee/)
 * (@ltldee)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/plugin-shifted-menu-items/)
 * I love the new upgrade, however, I have a couple problems.
 * 1. The directory has has shifted my menu items from horizontal to vertical, I
   am not sure how to make them horizontal again.
 * 2. Is there a way to make the items in the directory alphabetical order?
 * [https://wordpress.org/plugins/ldd-directory-lite/](https://wordpress.org/plugins/ldd-directory-lite/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [Mark](https://wordpress.org/support/users/delayedinsanity/)
 * (@delayedinsanity)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/plugin-shifted-menu-items/#post-5004290)
 * 1) You’ll have to show me (via a link perhaps) what it’s doing for me to make
   suggestions on how to fix it.
 * 2) That’s a good suggestion. There should probably be something on the dashboard
   that lets you set the default order with the ability to override it on the front
   end… I’ll definitely do the former, and consider the latter as a possibility.
 *  Thread Starter [ltldee](https://wordpress.org/support/users/ltldee/)
 * (@ltldee)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/plugin-shifted-menu-items/#post-5004307)
 * Thanks Mark, that would be great.
 * Here is what my website normally looks like:
 * [http://click-sarnia.com/](http://click-sarnia.com/)
 * This is what is looks like on the directory:
 * [http://click-sarnia.com/business-directory/](http://click-sarnia.com/business-directory/)
 * As you can see on my home page, the menu at the top is horizontal, and on the
   directory, the menu is vertical. Also, the body of the website shifted a 1/2″
   on each side. I am assuming this can be fixed with html. I have basic html experience,
   but can follow direction!
 *  [Mark](https://wordpress.org/support/users/delayedinsanity/)
 * (@delayedinsanity)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/plugin-shifted-menu-items/#post-5004321)
 * Bootstrap is overriding your theme styles for the `.nav > li` elements, from `
   inline-block` back to `block`. This is my fault for having Bootstrap queue up
   so late in the game, and I’ve modified the plugin so that it will attempt to 
   queue before the theme stylesheet. This will allow cascading to take over and
   will rule in favor of the theme (hopefully).
 * That fix will be out with the next release, but in the meantime if you want, 
   you should be able to add the following to your stylesheet (or temporarily to
   the `header.php` file) to override the override:
 *     ```
       #nav-topbar .nav > li {
           display: inline-block;
       }
       ```
   
 * It’s a band-aid but it should work.
 * As for the items not appearing in alphabetical order, I’m going to set that as
   default for the next release as well. Down the road I’ll work out how to add 
   it as a configurable setting.
 *  [Mark](https://wordpress.org/support/users/delayedinsanity/)
 * (@delayedinsanity)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/plugin-shifted-menu-items/#post-5004323)
 * Well isn’t that funny. The listings were in alphabetical order; reverse alphabetical
   order. This happened due to the process of generating the template output. I 
   reversed the order.
 *  Thread Starter [ltldee](https://wordpress.org/support/users/ltldee/)
 * (@ltldee)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/plugin-shifted-menu-items/#post-5004336)
 * That fixed it, Thanks! The only other thing is the body is 1/2″ in on both sides….
   not a big deal, but if you had a band-aid fix for that as well, that would be
   great!
 * I didn’t even clue in the alphabetical order is backwards!! Haha
 *  [Mark](https://wordpress.org/support/users/delayedinsanity/)
 * (@delayedinsanity)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/plugin-shifted-menu-items/#post-5004337)
 *     ```
       #page {
           width: 100%;
       }
       ```
   
 * Should work.
 * I’m not a designer so I’ve been utilizing bootstrap to try and make the plugin
   something other than ugly. It’s caused some woes, but hopefully most of them 
   can be solved as we go along.
 *  Thread Starter [ltldee](https://wordpress.org/support/users/ltldee/)
 * (@ltldee)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/plugin-shifted-menu-items/#post-5004340)
 * It worked perfectly!I am not a designer either, so all your help is appreciated.
   I think this plugin is exactly what I am looking for. I will definitely be giving
   you 5 stars!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘plugin shifted menu items’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ldd-directory-lite_d2d2d2.svg)
 * [LDD Directory Lite](https://wordpress.org/plugins/ldd-directory-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ldd-directory-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ldd-directory-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/ldd-directory-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ldd-directory-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ldd-directory-lite/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [ltldee](https://wordpress.org/support/users/ltldee/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/plugin-shifted-menu-items/#post-5004340)
 * Status: resolved