• Hello Asteroid ??

    How do I adjust the size of the buttons on the menu, so they were equal.

    I do not have the option “Search” on the right corner, so I would like to have the last button menu came to the edge of the page.

    Is it possible the alignment buttons in the drop-down menu?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author ronangelo

    (@ronangelo)

    You can add something like this on a child theme style.css or on a Custom CSS plugin.

    .menu {
        width: 100%;
    }
    
    .menu-item {
        width: 20%;
    }

    On the example above let’s suppose that you have 5 parent menu items.
    We get 20% from 100 / 5 = 20

    Thread Starter Smile1

    (@smile1)

    Do I have to delete something before?

    Theme Author ronangelo

    (@ronangelo)

    Do I have to delete something before?

    No.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Navigation buttons’ is closed to new replies.