Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, the login link is in the menu, you can’t separate it.
    You should insert login and sign up links outside the menu but i don’t recommend it.
    Center the search box adding this CSS:
    #header #searchform {top:5px!important;}

    The CSS for the Search Form looks (to me) to be the issue (especially when clicked on):

    try:

    
    #header #searchform {
        position: relative;
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search box to left of Login’ is closed to new replies.