01/17/2017 at 3:06 pm
#407098
Keymaster
@ yael xu
There is not really an option to set the max width of an image. This is actually set automagically in CSS based on the device’s screen width.
What can be done is use CSS to force a max width to 50px.
Add this to the theme’s custom CSS area:
ul.cn-category-image-container .cn-category-image-block {
width: 50px !important;
padding-bottom: 50px!important;
}
That should do the trick. It does make the categories very small and cramped, so tweak as desired.
Hope this helps!
