Title: float top menu right
Last modified: August 21, 2016

---

# float top menu right

 *  [falkbusse](https://wordpress.org/support/users/falkbusse/)
 * (@falkbusse)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/float-top-menu-right/)
 * Hi all,
 * I was just trying to float the top menu to the right side and failed miserably.
   This is what I tried:
 * #top-navigation {
    float: right; }
 * But nothing happens. Any hints?
 * Thanks!

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

 *  [SomewhatRounded](https://wordpress.org/support/users/somewhatrounded/)
 * (@somewhatrounded)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/float-top-menu-right/#post-4338264)
 * Hey falkbusse,
 *     ```
       .sf-menu {
           float: right;
       }
       ```
   
 * ^will do the trick, but it will also float the lower menu to the right. If you’d
   like to only float the top menu to the right, try:
 *     ```
       #top-navigation .sf-menu {
           float: right;
       }
       ```
   
 * (If you were using Chrome’s tools/Firefox tools to inspect the css, it sometimes
   helps just to dig a bit deeper if the first attempt doesn’t change anything)
 * Hope that helps!
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/float-top-menu-right/#post-4338291)
 * yeap or
 *     ```
       #custom #top-navigation .sf-menu {
           width:auto;
           float: right;
       }
       ```
   

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

The topic ‘float top menu right’ is closed to new replies.

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

 * 2 replies
 * 3 participants
 * Last reply from: [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/float-top-menu-right/#post-4338291)
 * Status: not resolved