Title: Align main menu
Last modified: September 22, 2019

---

# Align main menu

 *  Resolved [sva55](https://wordpress.org/support/users/sva55/)
 * (@sva55)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/align-main-menu/)
 * Hello! Can I pull the main menu to the slider?
    (The screen resolution from 1366
   horizontal)
 * Is it possible to change the background above the slider?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Falign-main-menu%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Rajesh – ThemeGrill Support](https://wordpress.org/support/users/rajeshpoudel/)
 * (@rajeshpoudel)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/align-main-menu/#post-11958418)
 * Hi,
 * Are you referring to showing the main menu in the slider? If so, the slider can
   only show the images and descriptions of the image and not the menu. For changing
   the background of the header main, you can go to the **Appearance > Customize
   > Additional CSS** in the dashboard and insert the code mentioned below:
 *     ```
       #header-text-nav-container {
           background-color: #00ba44;
       }
       ```
   
 * Thanks.
 *  Thread Starter [sva55](https://wordpress.org/support/users/sva55/)
 * (@sva55)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/align-main-menu/#post-11960035)
 * Now:
 *     ```
       ---------------------------------------------
   
       #logo               my menu item1 item2 item3
   
       ---------------------------------------------
       Slider
       ```
   
 * Need:
 *     ```
       ---------------------------------------------
   
       #logo              
                          my menu item1 item2 item3
       ---------------------------------------------
       Slider
       ```
   
 *  [Rajesh – ThemeGrill Support](https://wordpress.org/support/users/rajeshpoudel/)
 * (@rajeshpoudel)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/align-main-menu/#post-11962162)
 * Hi,
 * You can go to the **Appearance > Customize > Header > Header Display Type** and
   choose the first style. After that, you can achieve the menu alignment as above
   by inserting the **Search **widget in header sidebar.
 * If you don’t want to insert the search widget, you can select the second style
   in the Header Display Type. After that, go to the **Appearance > Customize > 
   Additional CSS** in the dashboard and insert the code mentioned below:
 *     ```
       .spacious-header-display-four .bottom-menu .main-navigation {
           float: right;
       }
       ```
   
 * Thanks.
 *  Thread Starter [sva55](https://wordpress.org/support/users/sva55/)
 * (@sva55)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/align-main-menu/#post-11963984)
 * I had to place a search bar in the header. Another option did not work. So far,
   everything is fine. The background is also clear. Thank.
 *  Thread Starter [sva55](https://wordpress.org/support/users/sva55/)
 * (@sva55)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/align-main-menu/#post-11963988)
 * More precisely, it worked, but I did not like the view)
 *  [Rajesh – ThemeGrill Support](https://wordpress.org/support/users/rajeshpoudel/)
 * (@rajeshpoudel)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/align-main-menu/#post-11965956)
 * Hi,
 * Glad to know it worked. Feel free to ask again if you get any issue regarding
   the theme.
 * Thanks.

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

The topic ‘Align main menu’ is closed to new replies.

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

## Tags

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

 * 6 replies
 * 2 participants
 * Last reply from: [Rajesh – ThemeGrill Support](https://wordpress.org/support/users/rajeshpoudel/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/align-main-menu/#post-11965956)
 * Status: resolved