[Support request] menu going to the left

Home Forums Support [Support request] menu going to the left

Home Forums Support menu going to the left

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1427985
    kanada

    before implemented this tutorial, my menu align center, but after follow the instruction, my menu go to the left
    how to fix it
    https://docs.generatepress.com/article/adding-buttons-navigation/

    #1427990
    David
    Staff
    Customer Support

    Hi there,

    that should not affect the layout.
    Can you try clearing any cache plugins you’re using ?

    If still an issue try adding this CSS:

    @media(min-width: 768px) {
        .main-navigation ul {
            display: flex;
            justify-content: center;
        }
    }
    #1428013
    kanada

    oh I’m sorry, i not using this code

    @media
    (min-width: 768px)
    because I want to show it on desktop

    #1428392
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Is the navigation alignment option set to center in Customize > Layout > Primary Navigation?

    #1428486
    kanada

    Yes, like I said before, before implemented this tutorial, my menu looks fine

    Please check projasaweb.com

    #1428489
    Leo
    Staff
    Customer Support

    The CSS in that documentation should not move the menu.

    Can you disable the caching plugin so we can take a closer look at the code?

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.