Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Categories, custom categories (Series, channel, playlist) show image in search › Reply To: Categories, custom categories (Series, channel, playlist) show image in search
August 18, 2017 at 9:01 am
#14373
Keymaster
Also, on mobile devices the widget container is too small, just a few pixels, and it does not fit correctly.
I would suggest the following rule:
[html]@media screen and (max-width: 436px) {
.cactus-header-search-form {
display: block !important;
}
}[/html]
It will ‘drop’ the search below the menu on low-width devices: http://i.imgur.com/uBnHnBn.png