I forgot to add i inspected the source in firefox, and i was seeing a postition:absolute in the source for the search popup. i couldnt find this absolute anywhere no matter how hard i looked. so i figured it was in the .js even though i saw nothing to do with position or absolute, but js is not my strong suit. although i did solve this issue by using
Code:
#lsa_window_menu{
position: fixed !important;
top: 50px !important;
}
in my additional css, i tried alot of other methods and nothing worked but it hit me the next day lol, cant believe it was that simple of a fix, and that i didnt think of it sooner