I've been playing around with my custom CSS, and I want to move the "search subeta" widget outside of my dashboard. Here is a screenshot of what I have right now, and here is a MS Paint scribble of what I want to do.
I figured out how to at least move that particular widget which is why it looks funny in my screenshot. But it gets cut off when I try to move it horizontally. I've seen screenshots of what I want done before a while ago, but I have no idea who coded those. Any help would be appreciated!
Got the answer I needed. c:
Move the search with and use {overflow:visible;}
You probably want to add .sidebar-widget-sep, p {display:none;}
Thanks, that worked perfectly! You wouldn't know how to keep the search bar from disappearing when I switch over to the events tab, would you?