Site logo

Archived topic

Search icon directly after last menu item

8 replies · Started by mkjj on September 10, 2021

Viewing posts 1–9 of 9

It sounds like a pretty simple task, but I haven't been able to find a solution. I would like to have the search icon directly after the last menu item instead of having it on the very right site. This is the website (the search icon is deactivated):

https://doriskirch.de/

By default, the icon would appear in the middle of the mandala background image.

Similar questions have already been posted here, but I couldn't find a solution that would work in this case.

Thank you!

Hi there,

can you enable the search icon so i can look at the simplest option to move it.

Done! Thank you very much!

Do you have any page caching or other caches on the site that need clearing as i can't see it :)

Ah, my bad. Usually, there is an item in the WP taskbar for the cache plugin. It is missing, so I forgot that it is enabled. Cleared the cache. Now, you should see it. Sorry for the bother!

No apologies necessary - i was being awfully lazy ... as this all the CSS you need:

@media(min-width: 1085px) {
    .menu-bar-items {
        margin-right: auto;
    }
}

Totally awesome! Thank you very much! You guys are so good that I (!) am getting lazy, I guess. I can even enjoy having a problem with such exceptional support. :-)

Glad we can be of help and we can maintain our good humour :)

:-)

This archived topic is closed to new replies.