Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Adding buttons to results › Reply To: Adding buttons to results
August 17, 2022 at 4:38 pm
#38919
Keymaster
Sure. There are many ways to address this, but in your case the buttons are inline elements, which follow the line height, which is 1.5 em on the page. I suggest probably changing the buttons to inline-block when styling them:
display: inline-block;