Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1065558

    Hi there,

    didn´t find a solution for it in the search.

    How can ich change the order or the main menu when having a search icon?
    I want to have SEARCH > MENU > CART

    Thanks in Advance,

    Sergej

    #1065834

    Hey Sergej,

    I’m not sure I understand what you are asking, could you post a link to where we can see the elements in question please?

    Best regards,
    Rikard

    #1065838
    This reply has been marked as private.
    #1066415

    Hey Rikard,

    have you checked it already?

    Best Regards,

    Sergej

    #1066923

    Hey there,

    still no response yet after asking what exactly….

    I want to go from this:

    https://ibb.co/CHhv4TG

    to this:

    https://ibb.co/hYRDh3g

    I just cant find where the menu-item is being called and placed.

    Best Regards,

    Sergej

    • This reply was modified 5 years, 9 months ago by SergejGrusdew.
    #1066952

    Hi Sergej,

    Please change the menu to the horizontal one so that we can see if it can be adjusted.

    Best regards,
    Victoria

    #1066953

    Hello Victoria,

    the menu is horizontal. The menu below the logo is just a sidemenu with fixed positioning.
    I have changed the user role so you can view the menu as intended.

    Best Regards,

    Sergej

    #1067758

    Hi Sergej,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 1024px) {
      #top #menu-item-search {
          left: -395px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1067769

    Hello Victoria,

    well, um, thanks for the reply. That is not what I am looking for. I wanted to know where in your functions.php the menu is being called and how to change the order of the items.

    Don´t get me wrong, placing it leftwards with css would do the trick…if this would be the final site.
    But there is a wishlist coming and a multilanguage tool.

    Therefore I am looking for a solution by function.

    Something like they did here:

    https://kriesi.at/support/topic/search-icon-to-the-right-of-social-media-icons-instead-in-main-menu/#post-452324

    Best Regards,

    Sergej

    #1069651

    Hi,

    There is no way to do the change just by functions.php unfortunately.

    Best regards,
    Basilis

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