Title: Down menu problem
Last modified: August 24, 2016

---

# Down menu problem

 *  [JBenoit](https://wordpress.org/support/users/jbenoit/)
 * (@jbenoit)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/down-menu-problem/)
 * Hi, my site is down menu horizontal, I would like to have each line one above
   the other.
    I tried various changes in the CSS, but none is good (static, relative).
 *     ```
       .menu-item {
           display: inline-block;
           position: relative;
           text-indent: 5px;
       }
       ```
   
 * This code puts vertically but verbatim, not line menu line.
 * [http://www.lac-tanganyika.info/blog/](http://www.lac-tanganyika.info/blog/)
 * PS: I use google translator, sorry.

Viewing 1 replies (of 1 total)

 *  [KARADENIZ](https://wordpress.org/support/users/karadeniz/)
 * (@karadeniz)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/down-menu-problem/#post-5986696)
 * if you mean your horizontal submenu and you want them vertical
    find in your 
   css file and add width 120px
 *     ```
       .top-nav .sub-menu, .top-nav .children {
           display: none;
           position: absolute;
           z-index: 9999;
           width: 120px;
       }
       ```
   
 * your menu gets vertical
 * the white lines above and below the Header are not at the same height
 * in your css file change the line-height: 83px;
 *     ```
       .section-banner h1 {
           font-family: "Lustria",serif;
           color: #FFF;
           font-weight: 400;
           font-size: 64px;
           line-height: 83px;
           display: inline;
           text-align: center;
           text-transform: uppercase;
           border-top: 1px solid #FFF;
           border-bottom: 1px solid #FFF;
           margin-top: 160px;
           word-wrap: break-word;
       }
       ```
   
 * it will look like this
    [http://f.666kb.com/i/cxmeg3u0peepvhplc.jpg](http://f.666kb.com/i/cxmeg3u0peepvhplc.jpg)

Viewing 1 replies (of 1 total)

The topic ‘Down menu problem’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [KARADENIZ](https://wordpress.org/support/users/karadeniz/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/down-menu-problem/#post-5986696)
 * Status: not resolved