• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

How to make menu items fit in certain width (News PRO theme)

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › How to make menu items fit in certain width (News PRO theme)

This topic is: not resolved

Tagged: menu, News Pro

  • This topic has 8 replies, 3 voices, and was last updated 7 years ago by andytc.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • February 3, 2019 at 3:46 am #489257
    Norbert
    Participant

    Hello, I have News Pro theme and wanted to ask how to customize it so that menu items would proportionally fit into the length shown in the picture ( either 1 or 2). There won't be more menu items.

    menu


    Thank you for replies.

    February 3, 2019 at 8:57 am #489260
    Victor Font
    Moderator

    Please post a link to the site. We can't help unless we can examine the CSS.

    Also, you said you want to fit the menu to either 1 or 2 in the picture. What do you mean by that? Is it 1 OR 2 or both depending on screen size?


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    February 3, 2019 at 4:49 pm #489267
    Norbert
    Participant

    Sorry. Here's the link: https://geeksadvice.com/
    Sorry for being unclear, I meant OR, one or another option is okay 🙂
    May I add another question about the menu - it used to collapse on smaller screens, and interestingly, in Customize page (while the screen size is smaller) it appears collapsed, but in live version the menu buttons just shrink, but do not collapse into one menu button. I didn't do any changes to menu as far as I can remember.

    February 4, 2019 at 6:32 am #489285
    Norbert
    Participant

    https://imgur.com/a/YwbgGlq added an image to explain better (regarding the second question). On the left, it's how I see the menu when in Customize panel. Everything's ok, the menu collapses on smaller screen. On the right, it is the live version of website.

    February 4, 2019 at 7:29 am #489287
    Victor Font
    Moderator

    As I said in my earlier post, please post a link to the site. We cannot help you without being able to examine the CSS.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    February 4, 2019 at 10:16 am #489290
    Norbert
    Participant

    I already did, in my reply #489267 - it's https://geeksadvice.com/

    February 4, 2019 at 11:01 am #489292
    Victor Font
    Moderator

    Sorry, I missed the it the first time. I'll take a look.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    February 28, 2019 at 1:42 pm #489768
    Norbert
    Participant

    Any news?

    March 1, 2019 at 3:02 am #489775
    andytc
    Participant

    You can try this as custom CSS , make sure you test it all the way down through devices.

    You might have to add !important in certain places depending on where you add this -

    .genesis-nav-menu {
     display: flex;
     justify-content: space-between;
    }
    
    .genesis-nav-menu .menu-item {
     display: inline-block;
     text-align: center;
     margin-right: 0;
     width: 100%;
    }
    
    .genesis-nav-menu li:last-child a {
     border-right:none;
    }
    
    @media only screen and (max-width: 1023px) {
    
    .genesis-nav-menu {
     display: block;
    }
    
    .genesis-nav-menu .menu-item {
      width: auto;
    }
    
    }
  • Author
    Posts
Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble