Title: Menu Content Width
Last modified: August 31, 2016

---

# Menu Content Width

 *  Resolved [sacr1fyce](https://wordpress.org/support/users/sacr1fyce/)
 * (@sacr1fyce)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/menu-content-width/)
 * I have food items that have two prices (small and large). However, the long price
   messes up the alignment. I think reducing the width of the content will fix the
   issue. That being said, I have little experience with CSS. What code would I 
   need to enter to fix this problem?
 * Example: [http://i195.photobucket.com/albums/z104/Sacr1fyce/menuitems.jpg](http://i195.photobucket.com/albums/z104/Sacr1fyce/menuitems.jpg)
 * Thanks!
 * [https://wordpress.org/plugins/food-and-drink-menu/](https://wordpress.org/plugins/food-and-drink-menu/)

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

 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/menu-content-width/#post-7100348)
 * Hi,
 * Can you send me a link to the menu on your site? I can probably provide a snippet
   of CSS to help, but I need to be able to look at the actual styles being applied.
 *  Thread Starter [sacr1fyce](https://wordpress.org/support/users/sacr1fyce/)
 * (@sacr1fyce)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/menu-content-width/#post-7100418)
 * Thanks for the reply Nate. The site is here: [http://www.samisphillysteak.com](http://www.samisphillysteak.com)
 * I’ve shortened the pricing and the it is now aligned correctly. However, I would
   prefer the previous pricing for clarity. I don’t mind if I have to wrap the content
   a bit, I think I actually prefer it.
 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/menu-content-width/#post-7100450)
 * Hi,
 * The following CSS code will expand the width of the price field from 20% to 30%:
 *     ```
       .fdm-menu .fdm-item-has-price .fdm-item-panel p {
           padding-right: 30%;
       }
       .fdm-menu .fdm-item-price-wrapper {
           width: 30%;
       }
       ```
   
 * If you need it to be wider you can just increase 30% to something higher.
 *  Thread Starter [sacr1fyce](https://wordpress.org/support/users/sacr1fyce/)
 * (@sacr1fyce)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/menu-content-width/#post-7100503)
 * Thanks Nate. I am making some other changes to the website, but I will give it
   a try once I am done.

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

The topic ‘Menu Content Width’ 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/)

## Tags

 * [content](https://wordpress.org/support/topic-tag/content/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 4 replies
 * 2 participants
 * Last reply from: [sacr1fyce](https://wordpress.org/support/users/sacr1fyce/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/menu-content-width/#post-7100503)
 * Status: resolved