Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search button misalignment › Reply To: Search button misalignment
July 26, 2023 at 1:18 pm
#44812
Keymaster
Hi!
It’s a bit tricky, but still doable. It is a flex layout so some custom CSS is required. To get it to the right side, use:
div.asp_w.asp_sb.searchsettings fieldset.asp_s_btn_container {
margin-left: auto !important;
margin-right: 0 !important;
}