Title: Menu not aligned
Last modified: February 16, 2018

---

# Menu not aligned

 *  Resolved [wombizclub](https://wordpress.org/support/users/wombizclub/)
 * (@wombizclub)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/menu-not-aligned/)
 * How do I get the menu to go side by side instead of underneath eachother on the
   main nav at [https://www.womensbusiness.club/directory/](https://www.womensbusiness.club/directory/)
 * and how do I get my listings not to have the side bar? Despite my best efforts
   and setting the visibility to hide, the side bar won’t go away. [https://www.womensbusiness.club/listing/a-plan-insurance-cheltenham/](https://www.womensbusiness.club/listing/a-plan-insurance-cheltenham/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmenu-not-aligned%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/menu-not-aligned/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/menu-not-aligned/page/2/?output_format=md)

 *  [Khinson6](https://wordpress.org/support/users/khinson6/)
 * (@khinson6)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/menu-not-aligned/#post-9985374)
 * I took a look at your page and it appears that the Bootstrap feature has been
   turned off, I turned it off before and that is exactly what happened to my menu.
 * Hope that helps.
 *  Thread Starter [wombizclub](https://wordpress.org/support/users/wombizclub/)
 * (@wombizclub)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/menu-not-aligned/#post-9987406)
 * Thank you Khinson6, I have tried this but it didn’t make a difference sadly.
 *  Plugin Author [LDD Web Design](https://wordpress.org/support/users/lddwebdesign/)
 * (@lddwebdesign)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/menu-not-aligned/#post-9990791)
 * [@wombizclub](https://wordpress.org/support/users/wombizclub/): It looks like
   your theme is adding `display:flex` to navbar class.
 * **Try adding the following CSS:**
 *     ```
       #navbar-directory ul.navbar-nav {
           display: block;
       }
       ```
   
 *  Thread Starter [wombizclub](https://wordpress.org/support/users/wombizclub/)
 * (@wombizclub)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/menu-not-aligned/#post-9990843)
 * That worked thank you. Now, how do I get rid of the side bar on the listings –
   [https://www.womensbusiness.club/listing/a-plan-insurance-cheltenham/](https://www.womensbusiness.club/listing/a-plan-insurance-cheltenham/)
 *  [LDDConsulting](https://wordpress.org/support/users/suffrage/)
 * (@suffrage)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/menu-not-aligned/#post-10000145)
 * Are you overriding template files in the theme?
 *  Thread Starter [wombizclub](https://wordpress.org/support/users/wombizclub/)
 * (@wombizclub)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/menu-not-aligned/#post-10004039)
 * I have no idea, how do I check?
 *  Thread Starter [wombizclub](https://wordpress.org/support/users/wombizclub/)
 * (@wombizclub)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/menu-not-aligned/#post-10004100)
 * Also, the post page is not showing correctly, have a look at [https://www.womensbusiness.club/listing/a-plan-insurance-cheltenham/](https://www.womensbusiness.club/listing/a-plan-insurance-cheltenham/)
   The menu is showing in the post for some reason and there is something weird 
   going on with the reviews section too.
 *  [LDDConsulting](https://wordpress.org/support/users/suffrage/)
 * (@suffrage)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/menu-not-aligned/#post-10004438)
 * You can check your theme for “lddlite_templates” folder. if this folder is there
   than template files can be updated there.
    The menu header is LDD directory plugin
   header and will be on all directory pages, unless over written in template. [https://www.screencast.com/t/ihLb6OSGsD](https://www.screencast.com/t/ihLb6OSGsD)
 *  [LDDConsulting](https://wordpress.org/support/users/suffrage/)
 * (@suffrage)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/menu-not-aligned/#post-10004482)
 * For review section you can add `.review_submission_form{margin-left:30px !important}`
   to your css file
 *  Thread Starter [wombizclub](https://wordpress.org/support/users/wombizclub/)
 * (@wombizclub)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/menu-not-aligned/#post-10004732)
 * My template folder is empty, there are no files in the lddlite_templates folder–
   I removed them as they caused a conflict previously
 *  Thread Starter [wombizclub](https://wordpress.org/support/users/wombizclub/)
 * (@wombizclub)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/menu-not-aligned/#post-10004742)
 * There is something seriously wrong as the comment box is duplicated too – what
   would cause the header and footer to be duplicated like this? [https://www.womensbusiness.club/listing/a-plan-insurance-cheltenham/](https://www.womensbusiness.club/listing/a-plan-insurance-cheltenham/)
 *  [LDDConsulting](https://wordpress.org/support/users/suffrage/)
 * (@suffrage)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/menu-not-aligned/#post-10040222)
 * You can override template files in your theme. this should be safe, we can remove
   extra title and footer comment by changing files in theme. it seems like your
   theme is binding some hooks with post as well as template file. did you try both
   option under Template Overriding [https://www.screencast.com/t/QnayH0MQ](https://www.screencast.com/t/QnayH0MQ)
 *  Thread Starter [wombizclub](https://wordpress.org/support/users/wombizclub/)
 * (@wombizclub)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/menu-not-aligned/#post-10044725)
 * Perfect that worked thank you. Now it’s showing full screen though, how do I 
   get it to 80%?
 *  [LDDConsulting](https://wordpress.org/support/users/suffrage/)
 * (@suffrage)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/menu-not-aligned/#post-10054071)
 * You can add
    .single single-directory_listings .directory-lite { width: 80% !
   important; padding-left: 10px; } to your theme css file
    -  This reply was modified 8 years, 3 months ago by [LDDConsulting](https://wordpress.org/support/users/suffrage/).
 *  Thread Starter [wombizclub](https://wordpress.org/support/users/wombizclub/)
 * (@wombizclub)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/menu-not-aligned/#post-10054106)
 * It didn’t seem to work
 * [https://www.womensbusiness.club/listing/natasha-musson-wardrobe-consultant-stylist/](https://www.womensbusiness.club/listing/natasha-musson-wardrobe-consultant-stylist/)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/menu-not-aligned/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/menu-not-aligned/page/2/?output_format=md)

The topic ‘Menu not aligned’ 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/)

## Tags

 * [navigation](https://wordpress.org/support/topic-tag/navigation/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * 17 replies
 * 4 participants
 * Last reply from: [wombizclub](https://wordpress.org/support/users/wombizclub/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/menu-not-aligned/page/2/#post-10103039)
 * Status: resolved