Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Borders appearing in search results since plugin update › Reply To: Borders appearing in search results since plugin update
February 19, 2020 at 10:54 am
#25872
Keymaster
You are welcome Tonya.
That was also changed from the initial 0 padding to 8 pixels. You can reset that via this custom CSS:
.results .item .asp_content {
padding: 0 10px !important;
}