Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Sort by button too small › Reply To: Sort by button too small
September 18, 2013 at 10:41 pm
#22773
Hi,
Try this, but this is hacking in to the code.
Go to js/functions.js, around line #1960, #1961, #1962 you found something like this.
customSelectInnerSpan.css({
width: selectBoxWidth,
display: 'inline-block'
});
Change that to
customSelectInnerSpan.css({
width: '300px',
display: 'inline-block'
});
Adjust the width according to your requirement.
Let me know, what you got.
Thanks,
laranz.