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?
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
Hi, I tried that but still no result.
Could I be doing it wrong?
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
And I don’t know why some other css changes i made are not working… like the author post removal.
Thanks for your time.
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
Hi,
I’m sorry here are the correct credentials.
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
thanks it works :)
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