Author Topic: categories in search box  (Read 4095 times)

Offline Phanouman

  • Newbie
  • *
  • Posts: 37
  • Karma: +1/-1
    • View Profile
categories in search box
« on: January 02, 2014, 10:09:23 AM »
Hi all,

i've got an issue  with  the size of a category title in the search box  list
have  a look and u'll understand
http://clip2net.com/s/6vxO85

best

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: categories in search box
« Reply #1 on: January 02, 2014, 01:25:52 PM »
Locate below code in file storefront/view/default_html5/stylesheet/style.css

Code: [Select]
.dropdown-menu {
padding: 15px;
position: absolute;
top: 97%;
left: 7px;
z-index: 99999;
display: none;
float: left;
min-width: 120px;
margin: 1px 0 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #DDDDDD;
border-bottom: 4px solid #00A1CB;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0
}

Add:
Code: [Select]
white-space: normal;
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline Phanouman

  • Newbie
  • *
  • Posts: 37
  • Karma: +1/-1
    • View Profile
Re: categories in search box
« Reply #2 on: January 06, 2014, 07:35:11 PM »
Hi,

the workaround partially works as  you  can see  in  the link below

http://clip2net.com/s/6xdsSX

we actually split 'automates d'analyses'  in  two lines and would rather have  the
box  enlarged.

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: categories in search box
« Reply #3 on: January 07, 2014, 11:32:07 AM »
Code: [Select]
.dropdown-menu > li > a {
white-space: normal;
}
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

 

Powered by SMFPacks Social Login Mod