Title: Menu bar
Last modified: November 4, 2022

---

# Menu bar

 *  Resolved [hazy23](https://wordpress.org/support/users/hazy23/)
 * (@hazy23)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/menu-bar-76/)
 * Hi,
 * My menu bar are split in two rows on small screens. Can someone please advise
   how to resolve this
 * Many thanks,
    Hazel

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

 *  [Shahin](https://wordpress.org/support/users/skalanter/)
 * (@skalanter)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/menu-bar-76/#post-16171710)
 * Hello [@hazy23](https://wordpress.org/support/users/hazy23/),
 * Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:
 *     ```
       @media(min-width: 960px) and (max-width:1200px) {
           #site-navigation-wrap .dropdown-menu >li >a {
               padding: 0 18px;
           }
       }
       ```
   
 * For more information about the CSS/JS code on the customizer, please read this
   link:
    [https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website](https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website).
 * **Note:** if you have any cache plugin or server cache(CDN / Browser Cache and
   Cookies and …), you need to clear its cache contents or disable them to see your
   changes. Also, don’t forget to click on the regenerate all assets file and data
   in Elementor > Tools.
 * I hope that helps.
 * Best Regards
 *  Thread Starter [hazy23](https://wordpress.org/support/users/hazy23/)
 * (@hazy23)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/menu-bar-76/#post-16171942)
 * Thanks Shahin!
 *  [Shahin](https://wordpress.org/support/users/skalanter/)
 * (@skalanter)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/menu-bar-76/#post-16175660)
 * You’re welcome.
    I’m glad it is solved.

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

The topic ‘Menu bar’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Shahin](https://wordpress.org/support/users/skalanter/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/menu-bar-76/#post-16175660)
 * Status: resolved