Title: Separating a button on menu
Last modified: November 19, 2019

---

# Separating a button on menu

 *  Resolved [julesrsuarez](https://wordpress.org/support/users/julesrsuarez/)
 * (@julesrsuarez)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/separating-a-button-on-menu/)
 * Hi!
 * Is there a way to move the button to the right without the other menus moving?
   The texts menu has to be in the middle.
 * Cheers!
    Jules
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fseparating-a-button-on-menu%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Mark Uraine](https://wordpress.org/support/users/mapk/)
 * (@mapk)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/separating-a-button-on-menu/#post-12148514)
 * Hi there! Your question is theme-specific. You should contact your theme developer
   to ask if this is possible with the theme you are using. It looks like you’re
   using the theme, Avada. [https://avada.theme-fusion.com/](https://avada.theme-fusion.com/)
 *  Thread Starter [julesrsuarez](https://wordpress.org/support/users/julesrsuarez/)
 * (@julesrsuarez)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/separating-a-button-on-menu/#post-12148532)
 * The thing is my support from Avada expired already and I’m hoping someone can
   help me here. Do you think this won’t be fixed by CSS?
 *  [Mark Uraine](https://wordpress.org/support/users/mapk/)
 * (@mapk)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/separating-a-button-on-menu/#post-12148603)
 * You can try some CSS to make adjustments.
 *     ```
       li#menu-item-20019 {
           float: right;
       }
       ```
   
 * and add a width to your `.fusion-main-menu` class.
 *     ```
       .fusion-main-menu {
           width: calc(100% - 300px);
       }
       ```
   
 *  Thread Starter [julesrsuarez](https://wordpress.org/support/users/julesrsuarez/)
 * (@julesrsuarez)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/separating-a-button-on-menu/#post-12148653)
 * [@mapk](https://wordpress.org/support/users/mapk/), I used your code and do some
   tweaking. It worked. Thank you so much!

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

The topic ‘Separating a button on menu’ is closed to new replies.

## Tags

 * [Avada Theme](https://wordpress.org/support/topic-tag/avada-theme/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [julesrsuarez](https://wordpress.org/support/users/julesrsuarez/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/separating-a-button-on-menu/#post-12148653)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
