Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › widens search box layout › Reply To: widens search box layout
March 22, 2020 at 10:41 am
#26342
Keymaster
Hi,
The placeholder is not actually 100% width, I checked via the debugger: https://i.imgur.com/vfTgl3J.png
This custom CSS should force the 100%:
li.html.custom.html_nav_position_text_top {
width: 100%;
}