Vertically
To show filter vertically, please add this code to Custom CSS field (the left textarea) in Content Views >> Settings page:
/* Live Filter - show filters vertically */ .cvp-live-filter {display: block!important;}
Horizontally (next to each other)
To show filter horizontally, please add this code to Custom CSS field (the left textarea) in Content Views >> Settings page:
/* Live Filter - show filters horizontally */ .cvp-live-filter,.cvp-live-button{display:inline-block!important;vertical-align:top!important}
Best regards,