Close

Specification attribute filtering too long in mobile version

nopmstr2014
9 years ago
#8197 Quote
Avatar
  • 35
Hi Everyone,
For one specification attribute we have hundreds of specification attribute options.
When viewed in browser filtering looks fine , but when viewed in mobile the specification attribute option list is too long so it hard to navigate.
Are there any settings or ccs code change we can make ajax filtering look better for mobile version?

Thanks in advance

Deni
9 years ago
#8203 Quote
Avatar
  • Moderator
  • 389
nopmstr2014 wrote:
Hi Everyone,
For one specification attribute we have hundreds of specification attribute options.
When viewed in browser filtering looks fine , but when viewed in mobile the specification attribute option list is too long so it hard to navigate.
Are there any settings or ccs code change we can make ajax filtering look better for mobile version?

Thanks in advance



Hi,

This was discussed already here. In addition to this I should mention that if you want both product specifications and product attributes to have max height, use this code (It is up to you to set the max height value):


.specificationFilterPanel7Spikes ul,
.attributeFilterPanel7Spikes ul
{
  max-height: 300px;
  overflow: auto;
}

Best Regards,
Mladen Staykov
Nop-Templates.com