07/12/2016 at 4:38 pm
#382525
Keymaster
@ Lane
re: Is this a Enfold theme conflict?
I do not think so as others use it with Enfold without issue.
re: the ‘Select Category’ dropdown at the top is not responsive and goes full width behind other elements.
This is due to a CSS style being applied by the theme. It is globally setting all select drop downs to be 100% width.
This should be able to fixed by applying a custom CSS declaration to override the theme. Add the following to the theme’s custom CSS area:
select.cn-category-select.cn-enhanced-select {
width: auto;
max-width: 250px;
}
re: It also has strange displays strange xx oo charecters when I hit the select drop down.
I’m not seeing this… can you post a screenshot with exact steps to reproduce?
