Reply To: I have a problem with navigation search

Home Forums Support I have a problem with navigation search Reply To: I have a problem with navigation search

Home Forums Support I have a problem with navigation search Reply To: I have a problem with navigation search

#202274
Tom
Lead Developer
Lead Developer

Try this CSS:

#mega-menu-wrap-primary #mega-menu-primary li.search-item {
    display: inline-block;
    float: right;
}

That plugin seems to alter the CSS structure of the theme which is a strange decision, seems like it would cause a lot of conflicts.