.searchInputCon .dropdown{ width: 30% !important; min-width: 200px; border-radius: 5px; padding: 10px; color: #404040; } its take min-width but not the width in percent..
.searchInputCon .dropdown{
width: 30% !important;
min-width: 200px;
border-radius: 5px;
padding: 10px;
color: #404040;
}
its take min-width but not the width in percent..