• Resolved Cannibal_LTD

    (@cannibal_ltd)


    At my site i use two plug-ins that add “search in menu” and “cart to menu”.
    how can i change their places? I want the menu to be displayed last.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Go to Appearance -> Customize -> Additional CSS and add this CSS snippet, it will move the search to the far right.

    .astm-search-menu {
        float: right !important;
    }

    Let us know,

    Thanks,
    laranz.

    Thread Starter Cannibal_LTD

    (@cannibal_ltd)

    Thank you! everything works;) and looks extremely beautiful.

    PS Have i already started digging PHP… look for where the same is determined the order of the output of menu items.

    You helped me a lot ??

    https://tischenkoart.com

    Hi,

    Glad we helped. ??

    Order of the menu items can be done via Appearance -> Menus.

    Let us know if you have any other questions,

    Thanks,
    laranz.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change the location of the Search Menu and Menu Card’ is closed to new replies.