Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Price notation and height of navigation field › Reply To: Price notation and height of navigation field
April 1, 2015 at 2:35 pm
#4384
That’s done differently, not with margin or padding, but an invisible border. It’s because the isotope script counts the margin as well, so it won’t work other way.
Right now it appears you added bottom margin to the elements? Instead use something like:
div.ajaxsearchpro[id*='ajaxsearchprores'].isotopic .results .item {
border: 3px solid rgba(0, 0, 0, 0) !important;
}
And remove the margin if you had any.
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)