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

    Hi, the search icon is always on the full right, I want it to be not the last, but the second last item on the menu. how can I do this?

    Also want to do the same with the WPML dropdown switcher that I placed on the top menu, i want it to be the first of the top menu items.

    How can I do this?

    #473255

    Hi melimelow!

    Add this to your custom CSS.

    nav.main_menu .menu > li:nth-child(3) {
      left: 50px;
    }
    nav.main_menu .menu > li:last-child {
      left: -140px;
    }
    .menu > li.menu-item-language {
      left: -60px;
      position: absolute !important;
    }
    

    Regards,
    Elliott

    #473264

    Hi, I tried that but still no result.
    Could I be doing it wrong?

    #473508

    Hey!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Cheers!
    Rikard

    #473831

    And I don’t know why some other css changes i made are not working… like the author post removal.
    Thanks for your time.

    #473980

    Hey melimelow!

    I’m unable to log into your website’s backend, please double check the credentials you provided to us (particularly the username).

    Best regards,
    Dake

    #473985

    Hi,

    I’m sorry here are the correct credentials.

    #474003

    Hi melimelow,

    Please try the below css:

    #top #header .av-menu-button > a .avia-menu-text {
    position: relative;
    left: 36px !important;
    }

    .html_main_nav_header #top .main_menu .menu>li:last-child>a {
    position: relative;
    left: -128px !important;
    }

    You can adjust the left values to your liking.

    Cheers!
    Dake

    #474004

    thanks it works :)

    #474006

    Hey melimelow!

    You’re welcome, glad we could get things sorted for you :)

    Please let us know if you need any help in the future.

    Cheers!
    Dake

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘change search icon from right to be the next menu item’ is closed to new replies.