Title: Column Issue
Last modified: June 18, 2018

---

# Column Issue

 *  Resolved [bisonbrah](https://wordpress.org/support/users/bisonbrah/)
 * (@bisonbrah)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/column-issue-2/)
 * when sections are placed in 1 column [https://d.pr/i/8FFZPG](https://d.pr/i/8FFZPG)
 * when fdm-column-1 is manually changed too fdm-column-2 the layout changes to 
   singular column as intended [https://d.pr/i/FyVPTl](https://d.pr/i/FyVPTl)
 * Whats going on here i feel like the conditional is backwards lol?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcolumn-issue-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/column-issue-2/#post-10413616)
 * Hi [@bisonbrah](https://wordpress.org/support/users/bisonbrah/),
 * It looks like you have some custom CSS in your theme that is effecting the layout
   of the menu. If you describe in more detail what you’re trying to accomplish 
   I can try to help.
 * (Regarding the classes `fdm-columns-1` and `fdm-columns-2`, they refer to the
   total number of columns, not “first column” and “second column”. These classes
   are added to the menu wrapper’s element based on how many columns are in the 
   menu’s settings. Changing the class assignment on the wrapper element without
   also modifying the HTML structure won’t work, because the column element also
   has a class `fdm-column-last`.)
 *  Thread Starter [bisonbrah](https://wordpress.org/support/users/bisonbrah/)
 * (@bisonbrah)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/column-issue-2/#post-10415313)
 * I have checked in theme and there is absolutelyy no reference to those column
   classes noted before.
 * Menu page screenshot – [https://d.pr/i/jcFXJO](https://d.pr/i/jcFXJO)
 * Output of that menu page – [https://d.pr/i/Ik1omF](https://d.pr/i/Ik1omF)
 * I have tried uninstalling and reinstalling plugin, deleting menu’s (employing
   trash) and redoing them. Hosting cacheing is disable and CloudFlare is currently
   paused > still issue persists >.<
 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/column-issue-2/#post-10417656)
 * Hi [@bisonbrah](https://wordpress.org/support/users/bisonbrah/),
 * The CSS code in the theme which is customizing the menu layout is in the following
   stylesheet:
 * [https://www.stthomasroasters.com/wp-content/themes/stthomas-custom/style.css?ver=2.6.1](https://www.stthomasroasters.com/wp-content/themes/stthomas-custom/style.css?ver=2.6.1)
 * Look for the following section header:
 *     ```
       /* ## Food and Drinks Menu
       --------------------------------------------- */
       ```
   
 * In particular, the following lines are causing individual items to be floated,
   and these floats don’t seem to be cleared, which looks like it may be causing
   some of the oddity you see with a menu section being positioned off to the right
   of another section.
 *     ```
       ul.fdm-menu.fdm-columns-1 .fdm-item {
           float: left;
           width: 48%;
           margin-left: 4%;
       }
       ```
   
 *  Thread Starter [bisonbrah](https://wordpress.org/support/users/bisonbrah/)
 * (@bisonbrah)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/column-issue-2/#post-10419152)
 * Wow I feel retarded – I must have done that FOREVER ago and totally forgot.
 * Sorry and thanks for pointing out my ignorance lol.
 * Cheers
 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/column-issue-2/#post-10421140)
 * Np! I forget features I built for my plugins all the time. 🙂

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

The topic ‘Column Issue’ is closed to new replies.

 * ![](https://ps.w.org/food-and-drink-menu/assets/icon-128x128.png?rev=2205559)
 * [Five Star Restaurant Menu and Food Ordering](https://wordpress.org/plugins/food-and-drink-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/food-and-drink-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/food-and-drink-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/food-and-drink-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/food-and-drink-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/food-and-drink-menu/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [NateWr](https://wordpress.org/support/users/natewr/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/column-issue-2/#post-10421140)
 * Status: resolved