Reply To: Price notation and height of navigation field

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

#4384
Ernest Marcinko
Ernest Marcinko
Keymaster

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 :)