Brompton Main Menu Not Centered

  • Unknown's avatar

    I am using the Brompton theme and would like the primary menu to be centered instead of left aligned when viewed on a smaller screen. I don’t have a Social Links Menu, so based on another user’s post, it seems like my menus should be center aligning. Here is the post I’m referencing:

    “The layout on the demo (left aligned) only appears if you have both a primary and a social menu set up.

    If you only have a primary menu with no social menu, as on your site, the menu is centered instead.”

    On my site, the center aligning DOES work on the footer menu, just not the main menu. Am I missing something? Thanks in advance!

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    Go to My Site ->Design ->Customize ->CSS and add the following on a new line in the CSS editor:

    /* Center menu on smaller desktop screens */
    #masthead .main-navigation > div > ul {
    	justify-content: center;
    }

    Also note your Business Plan gives you access to 24/7 live chat support for questions like this, so you don’t need to wait for a reply in our public support forums for free users. You can reach live chat by clicking the question mark icon bottom-right on all the My Site pages, or via the link at https://wordpress.com/help/contact

  • The topic ‘Brompton Main Menu Not Centered’ is closed to new replies.