• Resolved theshining

    (@theshining)


    Hello,

    I am using WordPress with the Masonic-Theme.

    As a default, the seach-symbol is shown on the right side of the navigation bar. I am able to “hide” it by using Additional CSS (e.g. “.sb-search{display:none!important}”), but I would like to remove it completely.

    My goal is to have the navigation-bar centered in the middle of the homepage. Is this possible by using Additional CSS only?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Please use the following CSS code to make your primary menu in the middle.

    #menu-primary-menu li?{
    float: none;
    }

    With the current feature, you can not enable disable the search by the option so custom CSS is the only option to hide it.

    Regards!

    Thread Starter theshining

    (@theshining)

    Hi Amrit,

    thanks for the clarification and the code-snippet.

    I’ve achieved what I was looking for. Topic can be closed ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation not centered / Remove search’ is closed to new replies.