Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Category Settings Column CSS + Media Preview Snippets › Reply To: Category Settings Column CSS + Media Preview Snippets
November 6, 2019 at 3:11 pm
#24547
Keymaster
Hi!
1. Try this variation of the previous code:
fieldset.asp_filter_tax {
min-width: 100% !important;
}
fieldset.asp_filter_tax>div .asp_simplebar-content {
-webkit-column-count: 2; /* Old Chrome, Safari and Opera */
-moz-column-count: 2; /* Old Firefox */
column-count: 2;
column-width: 50% !important;
max-height: unset !important;
height: 500px;
}
fieldset.asp_filter_tax .asp_option .asp_option_inner,
fieldset.asp_filter_tax .asp_option .asp_option_label {
display: inline-block !important;
vertical-align: middle;
}
2. I’m afraid this is not possible. The plugin does not store the exact text from the documents, it only tries to get the keywords individually, and store them.
You could add perhaps a custom field, with the excerpt text from the document, then use that field within either the secondary content or the advanced content field a as source for the text.