Site logo

Archived topic

How to add a button on a Button Primary menu after the menu

3 replies · Started by Deepa Chokkakula on October 24, 2021

Viewing posts 1–4 of 4

button on menu
Dear Team,
Could you assist me with how to add a button on the primary menu just right the menu? Please note as on the above image I have a logo on the left then a menu then a button.

Please, assist Mobile look at the menu. On mobile logo must be on top and below that the "Menu" text. Below of the Menu text the Button.
When someone clicks on the menu the menu will open.

thanks

The button placed properly but on mobile mode it doesn't look good.
It will be better if you assist me to place the mobile menu next to logo but on right position. After that Button should be center and below of logo and menu.

Try adding this CSS:

@media(max-width: 500px) {
    .has-inline-mobile-toggle .mobile-menu-control-wrapper {
        flex: 1 0 100%;
        margin-top: 15px;
        justify-content: flex-end;
    }

    .main-navigation .menu-toggle {
        position: absolute;
        right: 30px;
        top: 20px;
    }
}
This archived topic is closed to new replies.