I've got an ecommerce website that uses a hosted shopping cart software, and I'm trying to edit the css to modify the look of the home page. Go to vinochill.com, and at top right of page you'll notice the search box & above links are pushed down below the logo image & free shipping badge, which creates an ugly empty space. I'm trying to move the search bar and links up to the same line the logo & badge are on, but can't figure out how to modify the css appropriately. I don't have access to the page html because I'm using a hosted shopping cart software, but am pretty confident this can be done using custom css. Please pm me if you can help, and I'll provide the css file for review. Thanks!
Search for this: .header .form-search Inside that class is: margin:18px 0 0; Change 18px to something smaller, like 5px Done.