Align search bar with the menu

Ivory Search Forums Support Align search bar with the menu

Viewing 2 reply threads

You must be logged in to create new topic or reply to the topic.

  • Author
    Posts
    • #7350
      Mobile Labs
      Participant
      • Topics: 1
      • Replies: 1

      Hi,

      The search bar doesn’t want to be align with my primary menu.
      I have tried many of CSS codes in the Forum but nothing work for me.

      I have already apply a CSS custom code for rounded the search bar and it work perfectly but it still not aligned with my menu.

      The code I have applied is

      .is-search-form label input.is-search-input {
          width: 100%;
          border-radius: 15px;
          outline: 0;
      }
          max-width: 100%;
      }
      

      Thanks in advance for you help.
      (my website: mobile-labs.fr)

    • #7357
      Mobile Labs
      Participant
      • Topics: 1
      • Replies: 1

      Ok so, first of all sorry for my bad English.
      I have successfully do the job by adding a little CSS lines in my code:

      position: relative;
          top: -5px ; left: 0px
      

      Maybe it’s not the ultimate solution but if that help another person.
      I have tried all the CSS “display” proprieties even display: inline-block; but nothing change.

    • #7382
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      Awesome great to see you got that achieved.

      Please advise if you have more questions.

      Have a fantastic day!

Viewing 2 reply threads

You must be logged in to create new topic or reply to the topic.