This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: CSS issue with settings box / general question desktop and mobile design

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

#32573
Ernest MarcinkoErnest Marcinko
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