Title: Drop down
Last modified: September 28, 2020

---

# Drop down

 *  [gjbesana](https://wordpress.org/support/users/gjbesana/)
 * (@gjbesana)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/drop-down-15/)
 * Hi, I created a submenu under lifestyle, but it doesn’t turn into a drop down.
   All the categories become lumped together. Is there anyway to fix this?
 * Thank you!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdrop-down-15%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/drop-down-15/#post-13465535)
 * Hi there,
    you can try this
 *     ```
       header .navigation li:hover ul{
       top:18px;
       }
       header .navigation li:hover ul li{
       display:block;
       }
       ```
   
 * in your custom CSS box under Customize-▸Additional CSS
 * Let me know if this worked for you.
 *  Thread Starter [gjbesana](https://wordpress.org/support/users/gjbesana/)
 * (@gjbesana)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/drop-down-15/#post-13465817)
 * Thank you!! It worked, but how can I make a downwards arrow to show up and to
   align the titles to the left?
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/drop-down-15/#post-13478881)
 * Hi there,
    add this
 *     ```
       .menu-item-has-children > a:after{
           content: '\f078';
           font-family: FontAwesome;
           position: absolute;
           top: 41%;
           right: 12px;
           margin-top: -6px;
           font-size: 8px;
           font-weight: normal;
       }
       .sub-menu li a{
       text-align:left;
       }
       ```
   
 * in your custom CSS box under Customize-▸Additional CSS
 * Which titles you want to align? The menu?

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

The topic ‘Drop down’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/olsen-light/1.7.1/screenshot.png)
 * Olsen Light
 * [Support Threads](https://wordpress.org/support/theme/olsen-light/)
 * [Active Topics](https://wordpress.org/support/theme/olsen-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/olsen-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/olsen-light/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Fotis](https://wordpress.org/support/users/markwaregr/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/drop-down-15/#post-13478881)
 * Status: not resolved