Title: Menu Problem
Last modified: August 21, 2016

---

# Menu Problem

 *  [chillPhoto](https://wordpress.org/support/users/chillphoto/)
 * (@chillphoto)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/menu-problem-28/)
 * Hello!
 * I have some troubles with my Snapshot-Theme.
    Please take a look: [http://www.chillphoto.at/wordpress_test](http://www.chillphoto.at/wordpress_test)
 * The menu (Über mich, Gewerbliche Shootings etc) is one-above-the-other. I want
   it to be side-by-side. What did I do wrong?
 * Thank you for your help!
 * Best regards,
    gilbert

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

 *  Thread Starter [chillPhoto](https://wordpress.org/support/users/chillphoto/)
 * (@chillphoto)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/menu-problem-28/#post-4268978)
 * EDIT: [http://www.chillphoto.at/](http://www.chillphoto.at/)
 *  [Thimothe](https://wordpress.org/support/users/wcube/)
 * (@wcube)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/menu-problem-28/#post-4268981)
 * Hi chillPhoto,
 * First of all, you’ll need to edit some css either through a Custom CSS option
   from your theme or by using a [Child Theme](http://codex.wordpress.org/Child_Themes).
 * You need to make your menu bar wider by adjusting
 *     ```
       #menu-main-menu-container .menu ul {
       width: WhatIsAppropriateForYourDesign;
       }
       ```
   
 * Then the menu items need to display as inline-blocks and add padding between 
   your menu items.
 *     ```
       #menu-main-container .menu .menu-item {
       display: inline-block;
       padding:0 10px;
       }
       ```
   
 * Lastly, it seems like your logo is taking too much horizontal space. If you want
   your menu to display properly, you’ll have to reduce the width of your logo.
 * Hope this helps. Let me know if you need more help.

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

The topic ‘Menu Problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/snapshot/1.4.2/screenshot.png)
 * Snapshot
 * [Support Threads](https://wordpress.org/support/theme/snapshot/)
 * [Active Topics](https://wordpress.org/support/theme/snapshot/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/snapshot/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/snapshot/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Thimothe](https://wordpress.org/support/users/wcube/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/menu-problem-28/#post-4268981)
 * Status: not resolved