[Resolved] Main Menu Menu is aligned to the right when viewing with FireFox, but not Chrome

Home Forums Support [Resolved] Main Menu Menu is aligned to the right when viewing with FireFox, but not Chrome

Home Forums Support Main Menu Menu is aligned to the right when viewing with FireFox, but not Chrome

  • This topic has 1 reply, 2 voices, and was last updated 2 years ago by Ying.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2185566
    Jason

    Hello,

    I’ve just migrated my site to GeneratePress. I applied the “App” site layout and changed the colors.

    The header/main menu looks fine when viewed with the Firefox web browser, however, the menu does not “stick” to the right side of the page when viewing with the Chrome or Safari web browsers.

    Here is what it looks like in Firefox (and what I want the other browsers to see):

    https://ibb.co/GWMW8gW

    Here is what it looks like in Chrome:

    https://ibb.co/Mk4G6tD

    The URL is https://www.linuxtrainingacademy.com/

    Any help or ideas are much appreciated!

    All the best,

    Jason

    #2185621
    Ying
    Staff
    Customer Support

    Hi Jason,

    Can you go to customizer > additional CSS, remove this part of CSS:
    https://www.screencast.com/t/SNAipsxhJ

    /* Center main nav */
    @media (min-width: 1300px) {
        .main-navigation .inside-navigation .main-nav {
    	  position: absolute;
    	  left: 50%;
    	  transform: translateX(-50%);
       }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.