Title: Right align menu
Last modified: August 30, 2016

---

# Right align menu

 *  Resolved [Manas Mitra](https://wordpress.org/support/users/manas666/)
 * (@manas666)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/right-align-menu-1/)
 * The menu in GREAT theme is left aligned. Is it possible to make it right aligned?

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

 *  [Wallbreaker](https://wordpress.org/support/users/wallbreaker/)
 * (@wallbreaker)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/right-align-menu-1/#post-6642192)
 * Hello
 * Would you mind to provide us with url to your site?
 * Regards,
    Wallbreaker
 *  [codemovement.pk](https://wordpress.org/support/users/codemovementpk/)
 * (@codemovementpk)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/right-align-menu-1/#post-6642317)
 * Hi,
 * you can make the menu right by applying the following css, but I will suggest
   that first install a plugin to add custom css, don’t make direct changes in css
   file of the theme, the changes will lost when the theme is updated.
 * here is the plugin you can use for adding custom css, you can use any one
    [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)
 *     ```
       .main-navigation ul{
         float: right;
       }
       ```
   
 *  Thread Starter [Manas Mitra](https://wordpress.org/support/users/manas666/)
 * (@manas666)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/right-align-menu-1/#post-6642446)
 * Hi codemovement,
 * Your post solved the issue perfectly. Thanks for the prompt help.
 * Regards,
 * Manas Mitra
 *  Thread Starter [Manas Mitra](https://wordpress.org/support/users/manas666/)
 * (@manas666)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/right-align-menu-1/#post-6642447)
 * Hi codemovement,
 * Your post solved the issue perfectly. This theme already has a custom CSS entry
   area, so I didn’t have to install additional plugin. Thanks for the prompt support.
 * — Manas Mitra

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

The topic ‘Right align menu’ is closed to new replies.

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

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [Manas Mitra](https://wordpress.org/support/users/manas666/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/right-align-menu-1/#post-6642447)
 * Status: resolved