Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › CSS issue with settings box / general question desktop and mobile design › Reply To: CSS issue with settings box / general question desktop and mobile design
April 6, 2021 at 10:21 am
#32573
Keymaster
Hi!
For the alignment issue, you could possibly try adding top margin to the elementor container element – or use a custom CSS to add margin directly to the search settings congainer, something like this:
.asp_sb {
margin-top: 14px !important;
}
For the mobile question, I probably recommend using two different search bars. You can either use separate elementor containers – hide one of them on mobile, and hide the other on desktop. You can also control that on the plugin-in back-end: https://i.imgur.com/gX5G8dh.png