• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: Alex
    Marek
  • Private: No
  • Open Date: 21.09.16, 11:40
  • Opened by: 3164979
  • Closed by: Alex
  • Closed on: 31.01.17, 14:36
  • Reason: Closed
  • Comment: Glad to help!

Ticket #9919 - Searchbar not usable in mobile mode

Hi,
in mobile mode i cannot use my searchbar, ‘cause the button activate the bar only when i overlay my mouse, but in mobile i’ve to tap so.. it starts an empty research before i can type anything.

http://rebelbee.eu/

Comments

Marek 22 Sep 2016, 12:43

Hi.
Here is the fix for mobile devices:

@media (max-width: 500px) {
  .preset9 .cart-section {
    position: absolute;
    top: 200px;
  }
  body #header_logo > a {display: block;}
  body.preset9 #search_block_top {width:236px; margin:0 auto; right:50% !important; margin-right: -118px;top:70px}
  body.preset9 #search_block_top #searchbox #search_query_top {
    width: 200px;
    padding: 8px 15px;
    visibility: visible;
    border: 1px solid rgba(0, 0, 0, 0.12);
    z-index: 9;
  }
}