News:

AbanteCart v1.4.2 is released.

Main Menu

categories in search box

Started by Phanouman, January 02, 2014, 10:09:23 AM

Previous topic - Next topic

Phanouman

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

abantecart

Locate below code in file storefront/view/default_html5/stylesheet/style.css


.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:

white-space: normal;


Phanouman

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.

abantecart


.dropdown-menu > li > a {
white-space: normal;
}

Forum Rules Code of conduct
AbanteCart.com 2010 -