Title: Customize Dropdown Menus
Last modified: June 28, 2021

---

# Customize Dropdown Menus

 *  Resolved [fynnlee](https://wordpress.org/support/users/fynnlee/)
 * (@fynnlee)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/customize-dropdown-menus/)
 * Is there a way to change the mobile dropdown menus so they don’t take up the 
   whole page? Or to change the background and font colors? Or to change the alignment
   of the text? I’ve tried searching for CSS customizations, but nothing I’ve added
   to the custom CSS field has had any effect.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustomize-dropdown-menus%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Branko](https://wordpress.org/support/users/brankoconjic/)
 * (@brankoconjic)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/customize-dropdown-menus/#post-14607877)
 * Hi [@fynnlee](https://wordpress.org/support/users/fynnlee/),
 * You can try with something like this:
 *     ```
       @media screen and (max-width: 768px) {
           #sinatra-header-inner .site-navigation {
               background: rgba(255,255,255,.5); /* change background */
           }
   
           #sinatra-header-inner .site-navigation a span {
               text-align: center; /* align to center */
               color: #888 /* change color */
           }
       }
       ```
   
 * Add the CSS into the Additional CSS field in Appearance » Customize.
 *  Thread Starter [fynnlee](https://wordpress.org/support/users/fynnlee/)
 * (@fynnlee)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/customize-dropdown-menus/#post-14620538)
 * Thank you! That worked!

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

The topic ‘Customize Dropdown Menus’ is closed to new replies.

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

## Tags

 * [customization](https://wordpress.org/support/topic-tag/customization/)
 * [dropdown](https://wordpress.org/support/topic-tag/dropdown/)
 * [mobile](https://wordpress.org/support/topic-tag/mobile/)
 * [submenu](https://wordpress.org/support/topic-tag/submenu/)

 * 2 replies
 * 2 participants
 * Last reply from: [fynnlee](https://wordpress.org/support/users/fynnlee/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/customize-dropdown-menus/#post-14620538)
 * Status: resolved