Close

language combobox not sized correctly

visuasoft
9 years ago
#8092 Quote
Avatar
  • 6
on our site http://www.q-wheels.be you can see at the top that the combobox of the languages does not size correctly
Aleks
9 years ago
#8098 Quote
Avatar
  • Moderator
  • 70
visuasoft wrote:
on our site http://www.q-wheels.be you can see at the top that the combobox of the languages does not size correctly


Hi,

the idea behind making the select that small is saving space and looking slicker and more compact.
You have two options:

1. If you want to have the full width of your language's name find the ".new_select" selector styles on it in your styles.css and replace them with this :

.new_select {
width: auto !important;
color: #c9c9c9;
padding: 7px 34px 7px 7px;
background: #595959 url(/Themes/Motion/Content/img/dropdown-arrow.png) no-repeat 90% center;
cursor: pointer;
height: 31px;
z-index: 1003 !important;
}

2. If you decide to keep the original styling go to the administration then Configuration/Languages and click Edit on a language and next to "Unique SEO code" set a two character code for that language i.e. Netherlands = nl or NL

Have a good one :)
Regards,
Aleksandar Ivanov
Nop-Templates.com